Skip to content

Commit

Permalink
fix: add "node" condition to "." entry point
Browse files Browse the repository at this point in the history
Closes #372
  • Loading branch information
wojpawlik authored Jun 18, 2023
1 parent 0b5cb51 commit 08cd266
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 @@ -38,7 +38,8 @@
"exports": {
".": {
"types": "./out/mod.d.ts",
"default": "./out/mod.js"
"node": "./out/mod.js",
"default": "./out/web.mjs"
},
"./types": {
"types": "./out/types.d.ts"
Expand Down

0 comments on commit 08cd266

Please sign in to comment.