Skip to content

Commit

Permalink
Merge pull request #13 from uuki/main
Browse files Browse the repository at this point in the history
issue/9 update exports in package.json
  • Loading branch information
uuki committed Jun 6, 2024
2 parents 3dab187 + bba9510 commit da72e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"types": "./types/index.d.ts",
"exports": {
".": "./dist/index.es.js",
"./dist/*.css": {
"import": "./dist/*.css",
"require": "./dist/*.css"
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"repository": {
Expand Down

0 comments on commit da72e2d

Please sign in to comment.