Skip to content

Commit e9eea3b

Browse files
committed
fix: remove node condition from exports
1 parent 490f840 commit e9eea3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@
3737
"exports": {
3838
"./package.json": "./package.json",
3939
".": {
40-
"node": {
41-
"import": "./lib/es2018/stream.js",
42-
"require": "./lib/commonjs/stream.js"
43-
}
40+
"import": "./lib/es2018/stream.js",
41+
"require": "./lib/commonjs/stream.js"
4442
}
4543
},
4644
"type": "module",

0 commit comments

Comments
 (0)