Skip to content

Commit

Permalink
feat: update exports in package.json #9
Browse files Browse the repository at this point in the history
  • Loading branch information
uuki committed Jun 6, 2024
1 parent 5a53fef commit f5d73ab
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
"main": "./dist/index.es.js",
"types": "./types/index.d.ts",
"exports": {
".": "./dist/index.es.js"
".": "./dist/index.es.js",
"./dist/*.css": {
"import": "./dist/*.css",
"require": "./dist/*.css"
}
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f5d73ab

Please sign in to comment.