Skip to content

Commit

Permalink
build: remove node> require condition for /proxy subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 21, 2024
1 parent 0274df2 commit ff7f506
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Expand Up @@ -81,10 +81,8 @@
},
"./proxy": {
"node": {
"require": {
"types": "./lib/proxy.d.ts",
"default": "./dist/proxy.cjs"
}
"types": "./lib/proxy.d.ts",
"default": "./dist/proxy.cjs"
},
"default": {
"import": {
Expand Down Expand Up @@ -137,4 +135,4 @@
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.15.5"
}
}

0 comments on commit ff7f506

Please sign in to comment.