Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zakandrewking committed Jul 9, 2019
1 parent 3a5fbc1 commit e32cf93
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "escher",
"author": "Zachary King",
"version": "1.7.0-beta.18",
"version": "1.7.0-beta.19",
"post_version": null,
"schema_version": "1-0-0",
"map_model_version": "6",
Expand Down
4 changes: 2 additions & 2 deletions py/escher/static/escher.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion py/escher/static/escher.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions py/escher/static/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "escher",
"author": "Zachary King",
"version": "1.7.0-beta.18",
"version": "1.7.0-beta.19",
"post_version": null,
"schema_version": "1-0-0",
"map_model_version": "5",
"map_model_version": "6",
"description": "Escher: A Web Application for Building, Sharing, and Embedding Data-Rich Visualizations of Metabolic Pathways",
"keywords": [
"visualization",
Expand Down Expand Up @@ -77,7 +77,7 @@
"start": "./node_modules/.bin/webpack-dev-server --config webpack.dev.js",
"clean": "rm -r dist/*; rm -r py/escher/static/*",
"test": "./node_modules/.bin/mocha-webpack --webpack-config webpack.test.js \"src/tests/*.js\"",
"copy": "cp dist/escher.min.js dist/index.js && cp package.json py/escher/static/ && cp jupyter/notebook-extension.js py/escher/static/extension.js && cp dist/escher.min.* py/escher/static/ && mkdir py/escher/static/jsonschema; cp jsonschema/* py/escher/static/jsonschema/",
"copy": "cp dist/escher.min.js dist/index.js && cp package.json py/escher/static/ && cp jupyter/notebook-extension.js py/escher/static/extension.js && cp dist/escher.min.* py/escher/static/ && mkdir -p py/escher/static/jsonschema; cp jsonschema/* py/escher/static/jsonschema/",
"coverage": "./node_modules/.bin/cross-env NODE_ENV=coverage ./node_modules/.bin/nyc --reporter=text-lcov npm run test | ./node_modules/.bin/coveralls"
},
"nyc": {
Expand Down

0 comments on commit e32cf93

Please sign in to comment.