Skip to content

Commit

Permalink
Fix integrity error
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored and foo committed Oct 19, 2022
1 parent 05012e6 commit 0e9cddc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/filebrowser-extension/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
@import url('~@jupyterlab/application/style/index.css');
@import url('~@jupyterlab/docmanager/style/index.css');
@import url('~@jupyterlab/filebrowser/style/index.css');
@import url('~@jupyterlab/launcher/style/index.css');

@import url('./base.css');
1 change: 1 addition & 0 deletions packages/filebrowser-extension/style/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ import '@jupyterlab/docregistry/style/index.js';
import '@jupyterlab/application/style/index.js';
import '@jupyterlab/docmanager/style/index.js';
import '@jupyterlab/filebrowser/style/index.js';
import '@jupyterlab/launcher/style/index.js';

import './base.css';
6 changes: 3 additions & 3 deletions packages/filebrowser-extension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
{
"path": "../filebrowser"
},
{
"path": "../launcher"
},
{
"path": "../services"
},
Expand All @@ -41,9 +44,6 @@
},
{
"path": "../ui-components"
},
{
"path": "../launcher"
}
]
}

0 comments on commit 0e9cddc

Please sign in to comment.