Skip to content

Commit

Permalink
fix: missing svelte export in package.json
Browse files Browse the repository at this point in the history
closes #543
  • Loading branch information
jakobrosenberg committed Feb 29, 2024
1 parent 837f0a5 commit 7bdb99e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"default": "./runtime/index.js",
"svelte": "./runtime/index.js"
}
},
"dependencies": {
"@roxi/ssr": "^0.2.1",
"@types/node": "^12.20.52",
Expand Down

0 comments on commit 7bdb99e

Please sign in to comment.