Skip to content

Commit

Permalink
Add explicit /node subpath export
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Aug 8, 2024
1 parent 94db173 commit b75fc02
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 @@ -25,6 +25,10 @@
"./core": {
"types": "./core.d.ts",
"import": "./core.js"
},
"./node": {
"types": "./node.d.ts",
"import": "./node.js"
}
},
"sideEffects": false,
Expand Down

0 comments on commit b75fc02

Please sign in to comment.