Skip to content

Commit

Permalink
integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jun 2, 2019
1 parent 8f58422 commit 8c78edd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/hub-extension/package.json
Expand Up @@ -28,6 +28,13 @@
"prepublishOnly": "npm run build",
"watch": "tsc -w --listEmittedFiles"
},
"dependencies": {
"@jupyterlab/application": "^1.0.0-alpha.8",
"@jupyterlab/apputils": "^1.0.0-alpha.8",
"@jupyterlab/coreutils": "^3.0.0-alpha.8",
"@jupyterlab/mainmenu": "^1.0.0-alpha.8",
"@phosphor/widgets": "^1.6.0"
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~3.5.1"
Expand Down
16 changes: 15 additions & 1 deletion packages/hub-extension/tsconfig.json
Expand Up @@ -4,5 +4,19 @@
"outDir": "lib",
"rootDir": "src"
},
"include": ["src/*"]
"include": ["src/*"],
"references": [
{
"path": "../application"
},
{
"path": "../apputils"
},
{
"path": "../coreutils"
},
{
"path": "../mainmenu"
}
]
}

0 comments on commit 8c78edd

Please sign in to comment.