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
-
6
1
### Bug Fixes and Improvements
7
2
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 5
5
"module" : " lib/esm/index.js" ,
6
6
"esnext" : " lib/esnext/index.js" ,
7
7
"typings" : " lib/esm/index.d.ts" ,
8
- "style" : " lib/style.css" ,
8
+ "style" : " lib/style-modern .css" ,
9
9
"unpkg" : " lib/bundle.js" ,
10
10
"sideEffects" : [
11
11
" **/*.css"
57
57
"build:esm" : " tsc -m es2015 --outDir lib/esm" ,
58
58
"build:esnext" : " tsc -m esnext --outDir lib/esnext" ,
59
59
"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 ./" ,
61
61
"test" : " jest"
62
62
},
63
63
"jest" : {
You can’t perform that action at this time.
0 commit comments