Skip to content

Commit

Permalink
fix: Add css file to exports map #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 9, 2024
1 parent 4e4e21f commit 36cae22
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"sideEffects": false,
"type": "module",
"typings": "./lib/index.d.ts",
"exports": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./alert.css": "./alert.css"
},
"scripts": {
"prepack": "npm run build",
"start": "node lib/index.js",
Expand Down

0 comments on commit 36cae22

Please sign in to comment.