File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1- <!--
2- ### Breaking Changes
3-
4- ### Features
5-
61### Bug Fixes and Improvements
72
8- ### Other Changes
9- -->
3+ * Fix: Previous release did not include the new css file.
Original file line number Diff line number Diff line change 55 "module" : " lib/esm/index.js" ,
66 "esnext" : " lib/esnext/index.js" ,
77 "typings" : " lib/esm/index.d.ts" ,
8- "style" : " lib/style.css" ,
8+ "style" : " lib/style-modern .css" ,
99 "unpkg" : " lib/bundle.js" ,
1010 "sideEffects" : [
1111 " **/*.css"
5757 "build:esm" : " tsc -m es2015 --outDir lib/esm" ,
5858 "build:esnext" : " tsc -m esnext --outDir lib/esnext" ,
5959 "build:bundle" : " webpack" ,
60- "build:prepare" : " cpy ./src/style.css ./lib && cpy ../../readme.md ./" ,
60+ "build:prepare" : " cpy ./src/style.css ./lib && cpy ./src/style-modern.css ./lib && cpy . ./../readme.md ./" ,
6161 "test" : " jest"
6262 },
6363 "jest" : {
You can’t perform that action at this time.
0 commit comments