FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: remove `node> require` condition for `/proxy` subpath · unjs/node-fetch-native@ff7f506 · GitHub

Commit ff7f506

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

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

‎package.json‎

Lines changed: 3 additions & 5 deletions
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)

Back | FazBrowse Home | New Git URL