Skip to content

Commit

Permalink
Fix SvelteKit v2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerAdonis authored Dec 18, 2023
1 parent c90f2af commit ade853a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"version": "0.2.0",
"type": "module",
"svelte": "src/index.js",
"exports": {
".": {
"svelte": "src/index.js"
}
},
"main": "index.js",
"module": "index.es.js",
"jsnext:main": "index.es.js",
Expand Down

0 comments on commit ade853a

Please sign in to comment.