Skip to content

Commit

Permalink
fix: export css
Browse files Browse the repository at this point in the history
  • Loading branch information
郑培鑫 committed Feb 15, 2024
1 parent 8bf6106 commit 72ab1c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"./index.css": "./dist/style.css"
},
"style": "dist/style.css",
"scripts": {
Expand Down

0 comments on commit 72ab1c0

Please sign in to comment.