Skip to content

Commit 10563c3

Browse files
authored
build: remove non existing node.import condition (#115)
1 parent 6910649 commit 10563c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@
8181
},
8282
"./proxy": {
8383
"node": {
84-
"import": {
85-
"types": "./lib/proxy.d.ts",
86-
"default": "./dist/proxy.cjs"
87-
},
8884
"require": {
8985
"types": "./lib/proxy.d.ts",
9086
"default": "./dist/proxy.cjs"

0 commit comments

Comments
 (0)