Skip to content

Commit

Permalink
chore: add exports to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Dec 15, 2023
1 parent 3fa9ede commit fbbe72c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"svelte": "./lib/index.js",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"svelte": "./lib/index.js"
},
"./lib/*": "./lib/*"
},
"scripts": {
"prepack": "bun test"
},
Expand Down

0 comments on commit fbbe72c

Please sign in to comment.