Skip to content

Commit

Permalink
idea 2
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Nov 5, 2024
1 parent 24bd99a commit b942ddd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
"type": "module",
"exports": {
".": {
"require": {
"node": {
"types": "./index.d.cts",
"default": "./pkg/node.cjs"
}
},
"default": {
"browser": {
"types": "./index.d.ts",
"default": "./pkg/standalone.js"
},
"node": {
"types": "./index.d.cts",
"default": "./pkg/node.cjs"
}
}
},
Expand Down

0 comments on commit b942ddd

Please sign in to comment.