We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24dbbd commit 7420ca5Copy full SHA for 7420ca5
js/package.json
@@ -21,7 +21,6 @@
21
"lib/*.js",
22
"style/*.css"
23
],
24
- "style": "style/sage-combinat-widgets.css",
25
"scripts": {
26
"build": "npm run build:lib && npm run build:nbextension",
27
"build:labextension": "npm run clean:labextension && mkdirp ../sage_combinat_widgets/labextension && cd ../sage_combinat_widgets/labextension && npm pack ../../js",
@@ -63,7 +62,6 @@
63
62
"webpack": "^4.39.1"
64
},
65
"jupyterlab": {
66
- "extension": true,
67
- "themePath": "style/sage-combinat-widgets.css"
+ "extension": true
68
}
69
0 commit comments