Skip to content

Commit

Permalink
update styles export for svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb committed Oct 29, 2024
1 parent 8a85f64 commit 3da1df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"styles": "./dist/index.css",
"default": "./dist/index.js"
}
},
"./styles": "./dist/index.css"
},
"files": [
"dist",
Expand Down

0 comments on commit 3da1df6

Please sign in to comment.