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

Commit eedf62b

Browse files
committed
Fix npm version
1 parent 6d68673 commit eedf62b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-dash",
3-
"version": "0.1.0.alpha.1",
3+
"version": "0.1.0-alpha.1",
44
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
55
"keywords": [
66
"jupyter",
@@ -32,8 +32,8 @@
3232
},
3333
"dependencies": {
3434
"@jupyterlab/application": "^0.19.1",
35-
"@jupyterlab/notebook": "^0.19.2",
36-
"@jupyterlab/console": "^0.19.1"
35+
"@jupyterlab/console": "^0.19.1",
36+
"@jupyterlab/notebook": "^0.19.2"
3737
},
3838
"devDependencies": {
3939
"prettier": "^1.11.1",

0 commit comments

Comments
 (0)