Skip to content

Commit

Permalink
Fix svelte resolve warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CHamalainen authored and jorgegorka committed Sep 14, 2023
1 parent 0deddf0 commit 9e3bf81
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 @@ -7,6 +7,11 @@
"browser": "lib/index.js",
"module": "lib/esm/index.js",
"svelte": "src/index.js",
"exports": {
".": {
"svelte": "./src/index.js"
}
},
"unpkg": "lib/index.min.js",
"types": "types/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 9e3bf81

Please sign in to comment.