From ff7f506eaeea34d80c14ce17fc46f35448931f6d Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 21 Mar 2024 20:43:29 +0100 Subject: [PATCH] build: remove `node> require` condition for `/proxy` subpath related: https://github.com/unjs/giget/pull/151 --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ae75c11..c5d6f92 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -137,4 +135,4 @@ "vitest": "^1.4.0" }, "packageManager": "pnpm@8.15.5" -} \ No newline at end of file +}