Skip to content

Commit

Permalink
fix: stylesheet export path
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Jun 24, 2024
1 parent 72ba4bd commit 38999e3
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 @@ -21,7 +21,7 @@
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
},
"./stylesheets/*": {
"./dist/stylesheets/*": {
"import": "./dist/stylesheets/*",
"require": "./dist/stylesheets/*"
}
Expand Down

0 comments on commit 38999e3

Please sign in to comment.