Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
Fix npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Mar 24, 2019
1 parent 6d68673 commit eedf62b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-dash",
"version": "0.1.0.alpha.1",
"version": "0.1.0-alpha.1",
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"dependencies": {
"@jupyterlab/application": "^0.19.1",
"@jupyterlab/notebook": "^0.19.2",
"@jupyterlab/console": "^0.19.1"
"@jupyterlab/console": "^0.19.1",
"@jupyterlab/notebook": "^0.19.2"
},
"devDependencies": {
"prettier": "^1.11.1",
Expand Down

0 comments on commit eedf62b

Please sign in to comment.