Skip to content

Commit

Permalink
Ignore fs dep
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jul 10, 2019
1 parent 8f0d0e8 commit 885f721
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildutils/src/ensure-repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type Dict<T> = { [key: string]: T };
// Data to ignore.
let MISSING: Dict<string[]> = {
'@jupyterlab/buildutils': ['path'],
'@jupyterlab/testutils': ['fs'],
'@jupyterlab/vega4-extension': ['vega-embed'],
'@jupyterlab/vega5-extension': ['vega-embed']
};
Expand Down

0 comments on commit 885f721

Please sign in to comment.