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 8bef9a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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
3 changes: 3 additions & 0 deletions packages/documentsearch-extension/tsconfig.json
Expand Up @@ -24,6 +24,9 @@
{
"path": "../docregistry"
},
{
"path": "../mainmenu"
},
{
"path": "../notebook"
}
Expand Down

0 comments on commit 8bef9a2

Please sign in to comment.