Skip to content

Commit 8829f50

Browse files
committed
fix deps
1 parent e92a90f commit 8829f50

File tree

2 files changed

+924
-564
lines changed

2 files changed

+924
-564
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
},
1919
"files": [
2020
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
21-
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}",
22-
"style/index.js"
21+
"style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
2322
],
2423
"main": "lib/index.js",
2524
"types": "lib/index.d.ts",
@@ -84,8 +83,7 @@
8483
"yjs": "^13.5.40"
8584
},
8685
"sideEffects": [
87-
"style/*.css",
88-
"style/index.js"
86+
"style/*.css"
8987
],
9088
"publishConfig": {
9189
"access": "public"
@@ -198,6 +196,5 @@
198196
"alpha-value-notation": null,
199197
"color-function-notation": null
200198
}
201-
},
202-
"styleModule": "style/index.js"
199+
}
203200
}

0 commit comments

Comments
 (0)