Skip to content

Commit

Permalink
Fix/fix styles path (#38)
Browse files Browse the repository at this point in the history
* fix: fix style's output path
  • Loading branch information
Miever1 authored Dec 26, 2024
1 parent 8bc9315 commit b31cf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./style": "./dist/index.css"
"./style": "./dist/assets/miever_ui.css"
},
"keywords": [
"React UI Component",
Expand Down

0 comments on commit b31cf6c

Please sign in to comment.