Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Feb 1, 2019
1 parent 337a628 commit 173d7bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/documentsearch-extension/package.json
Expand Up @@ -34,6 +34,7 @@
"@jupyterlab/codeeditor": "^0.19.1",
"@jupyterlab/codemirror": "^0.19.1",
"@jupyterlab/docregistry": "^0.19.1",
"@jupyterlab/mainmenu": "^0.8.1",
"@jupyterlab/notebook": "^0.19.2",
"@phosphor/disposable": "^1.1.2",
"@phosphor/messaging": "^1.2.2",
Expand Down
7 changes: 6 additions & 1 deletion packages/documentsearch-extension/tsconfig.json
Expand Up @@ -4,7 +4,9 @@
"outDir": "lib",
"rootDir": "src"
},
"include": ["src/**/*"],
"include": [
"src/**/*"
],
"references": [
{
"path": "../application"
Expand All @@ -26,6 +28,9 @@
},
{
"path": "../notebook"
},
{
"path": "../mainmenu"
}
]
}

0 comments on commit 173d7bb

Please sign in to comment.