Skip to content

Commit

Permalink
add exports condition
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainCodeman authored Dec 17, 2023
1 parent 823567b commit 23ec283
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 @@ -17,7 +17,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./dist/index.js",
"svelte": "./dist/index.js"
}
},
"module": "dist/index.js",
Expand Down

0 comments on commit 23ec283

Please sign in to comment.