Skip to content

Commit

Permalink
@uppy/svelte: fix exports condition (#5416)
Browse files Browse the repository at this point in the history
* @uppy/svelte: fix exports condition

* Use SvelteKit's recommendation
  • Loading branch information
Murderlon authored Aug 20, 2024
1 parent a50c18f commit 28c4baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@uppy/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"exports": {
".": {
"svelte": "./src/index.js",
"default": "./lib/index.js"
"types": "./lib/index.d.ts",
"svelte": "./lib/index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 28c4baf

Please sign in to comment.