Skip to content

Commit

Permalink
This is an extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-r-rose authored and blink1073 committed Jun 7, 2019
1 parent ed42fa8 commit 8f3c6e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dev_mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@jupyterlab/fileeditor-extension": "^1.0.0-alpha.9",
"@jupyterlab/help-extension": "^1.0.0-alpha.9",
"@jupyterlab/htmlviewer-extension": "^1.0.0-alpha.10",
"@jupyterlab/hub-extension": "^1.0.0-alpha.8",
"@jupyterlab/imageviewer": "^1.0.0-alpha.9",
"@jupyterlab/imageviewer-extension": "^1.0.0-alpha.9",
"@jupyterlab/inspector-extension": "^1.0.0-alpha.9",
Expand Down Expand Up @@ -130,6 +131,7 @@
"@jupyterlab/fileeditor-extension": "",
"@jupyterlab/help-extension": "",
"@jupyterlab/htmlviewer-extension": "",
"@jupyterlab/hub-extension": "",
"@jupyterlab/imageviewer-extension": "",
"@jupyterlab/inspector-extension": "",
"@jupyterlab/launcher-extension": "",
Expand Down Expand Up @@ -225,6 +227,7 @@
"@jupyterlab/fileeditor-extension": "../packages/fileeditor-extension",
"@jupyterlab/help-extension": "../packages/help-extension",
"@jupyterlab/htmlviewer-extension": "../packages/htmlviewer-extension",
"@jupyterlab/hub-extension": "../packages/hub-extension",
"@jupyterlab/imageviewer-extension": "../packages/imageviewer-extension",
"@jupyterlab/inspector-extension": "../packages/inspector-extension",
"@jupyterlab/javascript-extension": "../packages/javascript-extension",
Expand Down
6 changes: 4 additions & 2 deletions packages/hub-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@
"@jupyterlab/application": "^1.0.0-alpha.9",
"@jupyterlab/apputils": "^1.0.0-alpha.9",
"@jupyterlab/coreutils": "^3.0.0-alpha.9",
"@jupyterlab/mainmenu": "^1.0.0-alpha.9",
"@phosphor/widgets": "^1.7.0"
"@jupyterlab/mainmenu": "^1.0.0-alpha.9"
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~3.5.1"
},
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true
}
}

0 comments on commit 8f3c6e7

Please sign in to comment.