Skip to content

Commit 7420ca5

Browse files
author
Zerline
committed
These lines in package.json do not seem to be useful.
1 parent e24dbbd commit 7420ca5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

js/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"lib/*.js",
2222
"style/*.css"
2323
],
24-
"style": "style/sage-combinat-widgets.css",
2524
"scripts": {
2625
"build": "npm run build:lib && npm run build:nbextension",
2726
"build:labextension": "npm run clean:labextension && mkdirp ../sage_combinat_widgets/labextension && cd ../sage_combinat_widgets/labextension && npm pack ../../js",
@@ -63,7 +62,6 @@
6362
"webpack": "^4.39.1"
6463
},
6564
"jupyterlab": {
66-
"extension": true,
67-
"themePath": "style/sage-combinat-widgets.css"
65+
"extension": true
6866
}
6967
}

0 commit comments

Comments
 (0)