Skip to content

Commit

Permalink
fix(package): fix css package import
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Jul 14, 2024
1 parent 45bdfa1 commit dc8cbdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
},
"./dist/": {
"import": "./dist/",
"require": "./dist/"
}
},
"keywords": [
Expand Down

0 comments on commit dc8cbdb

Please sign in to comment.