Skip to content

Commit

Permalink
fix: package.json exports.default should be last in object
Browse files Browse the repository at this point in the history
closes #543
  • Loading branch information
jakobrosenberg committed Feb 29, 2024
1 parent 7bdb99e commit 2b566fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"exports": {
".": {
"default": "./runtime/index.js",
"svelte": "./runtime/index.js"
"svelte": "./runtime/index.js",
"default": "./runtime/index.js"
}
},
"dependencies": {
Expand Down

0 comments on commit 2b566fa

Please sign in to comment.