Skip to content

Commit

Permalink
Add exports for
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Sep 18, 2023
1 parent 5124bac commit 64fffed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
".": {
"import": "./lib/web.js",
"require": "./lib/node.cjs"
},
"./web": {
"import": "./lib/web.js",
"require": "./lib/web.js"
}
},
"scripts": {
Expand Down

0 comments on commit 64fffed

Please sign in to comment.