Skip to content

Commit

Permalink
fix: missing svelte export in package.json
Browse files Browse the repository at this point in the history
Thanks @james-em

closes #543
  • Loading branch information
jakobrosenberg committed Feb 29, 2024
1 parent 3394264 commit 7db1527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"./package.json": "./package.json",
".": {
"types": "./index.d.ts",
"default": "./lib/runtime/index.js"
"default": "./lib/runtime/index.js",
"svelte": "./lib/runtime/index.js"
},
"./vite-plugin": {
"types": "./typings/lib/extra/vite-plugin/vite-plugin.d.ts",
Expand Down

0 comments on commit 7db1527

Please sign in to comment.