Skip to content

Commit

Permalink
Merge pull request #675 from finos/fix-jlab-version
Browse files Browse the repository at this point in the history
Fix #616: perspective-jupyterlab versioning
  • Loading branch information
texodus authored Jul 30, 2019
2 parents 2d9fff2 + 860e948 commit 4b4b7ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/perspective-jupyterlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"test": "npm-run-all test:run",
"test:run": "jest --silent --color 2>&1",
"build": "webpack --color --config src/config/plugin.config.js",
"clean": "rimraf dist"
"clean": "rimraf dist",
"version": "yarn build"
},
"dependencies": {
"@finos/perspective-phosphor": "^0.3.6",
Expand Down

0 comments on commit 4b4b7ea

Please sign in to comment.