Skip to content

Commit

Permalink
chore: add exports to package.json (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Dec 16, 2023
1 parent 9a0b148 commit 9550258
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 9550258

Please sign in to comment.