We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d68673 commit eedf62bCopy full SHA for eedf62b
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jupyterlab-dash",
3
- "version": "0.1.0.alpha.1",
+ "version": "0.1.0-alpha.1",
4
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
5
"keywords": [
6
"jupyter",
@@ -32,8 +32,8 @@
32
},
33
"dependencies": {
34
"@jupyterlab/application": "^0.19.1",
35
- "@jupyterlab/notebook": "^0.19.2",
36
- "@jupyterlab/console": "^0.19.1"
+ "@jupyterlab/console": "^0.19.1",
+ "@jupyterlab/notebook": "^0.19.2"
37
38
"devDependencies": {
39
"prettier": "^1.11.1",
0 commit comments