Browse Source

Merge remote-tracking branch 'toclocal/master' into tocmerge

Martha Cryan 4 years ago
parent
commit
1c6571fd9e
2 changed files with 4 additions and 3 deletions
  1. 4 1
      packages/toc/package.json
  2. 0 2
      packages/toc/src/index.ts

+ 4 - 1
packages/toc/package.json

@@ -21,6 +21,10 @@
     "schema/*.json",
     "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
   ],
+  "sideEffects": [
+    "style/*.css"
+  ],
+  "style": "style/index.css",
   "main": "lib/index.js",
   "types": "lib/index.d.ts",
   "scripts": {
@@ -46,7 +50,6 @@
     "@jupyterlab/markdownviewer": "^2.0.0",
     "@jupyterlab/notebook": "^2.0.0",
     "@jupyterlab/rendermime": "^2.0.0",
-    "@lumino/algorithm": "^1.2.3",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/messaging": "^1.3.3",
     "@lumino/widgets": "^1.11.1",

+ 0 - 2
packages/toc/src/index.ts

@@ -1,8 +1,6 @@
 // Copyright (c) Jupyter Development Team.
 // Distributed under the terms of the Modified BSD License.
 
-import '../style/index.css';
-
 // Note: keep in alphabetical order...
 export * from './registry';
 export * from './toc';