Skip to content

Commit ff7f506

Browse files
committed
build: remove node> require condition for /proxy subpath
related: unjs/giget#151
1 parent 0274df2 commit ff7f506

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,8 @@
8181
},
8282
"./proxy": {
8383
"node": {
84-
"require": {
85-
"types": "./lib/proxy.d.ts",
86-
"default": "./dist/proxy.cjs"
87-
}
84+
"types": "./lib/proxy.d.ts",
85+
"default": "./dist/proxy.cjs"
8886
},
8987
"default": {
9088
"import": {
@@ -137,4 +135,4 @@
137135
"vitest": "^1.4.0"
138136
},
139137
"packageManager": "pnpm@8.15.5"
140-
}
138+
}

0 commit comments

Comments
 (0)