Skip to content

Commit bebcab4

Browse files
committed
fix: include modern style css in release assets
1 parent 1a823a8 commit bebcab4

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

next-release-notes.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
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.

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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"
@@ -57,7 +57,7 @@
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": {

0 commit comments

Comments
 (0)