Skip to content

Commit

Permalink
fix: remove node condition from exports
Browse files Browse the repository at this point in the history
  • Loading branch information
calebboyd committed Jan 6, 2023
1 parent 490f840 commit e9eea3b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@
"exports": {
"./package.json": "./package.json",
".": {
"node": {
"import": "./lib/es2018/stream.js",
"require": "./lib/commonjs/stream.js"
}
"import": "./lib/es2018/stream.js",
"require": "./lib/commonjs/stream.js"
}
},
"type": "module",
Expand Down

0 comments on commit e9eea3b

Please sign in to comment.