Skip to content

Commit

Permalink
add default export to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Oct 19, 2024
1 parent cc03cb8 commit 339746d
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 @@ -77,7 +77,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
"svelte": "./dist/index.js",
"default": "./dist/index.js"
}
},
"files": [
Expand Down

0 comments on commit 339746d

Please sign in to comment.