Skip to content

Commit a2cb791

Browse files
committed
Rename css to style to match conventions
1 parent 488b3dc commit a2cb791

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ prune tests/build
2626
# Javascript files
2727
graft ipylab/labextension
2828
graft src
29+
graft style
2930
prune **/node_modules
3031
prune coverage
3132
prune lib

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"files": [
1212
"lib/**/*.js",
1313
"dist/*.js",
14-
"css/*.css"
14+
"style/*.css"
1515
],
1616
"homepage": "https://github.com/jtpio/ipylab",
1717
"bugs": {
@@ -23,11 +23,12 @@
2323
"email": "[email protected]"
2424
},
2525
"main": "lib/index.js",
26-
"style": "css/widget.css",
27-
"styleModule": "css/style.js",
26+
"style": "style/widget.css",
27+
"styleModule": "style/style.js",
2828
"types": "./lib/index.d.ts",
2929
"sideEffects": [
30-
"css/*.css"
30+
"style/*.css",
31+
"style/style.js"
3132
],
3233
"repository": {
3334
"type": "git",

css/style.js style/style.js

File renamed without changes.

css/widget.css style/widget.css

File renamed without changes.

0 commit comments

Comments
 (0)