diff --git a/package.json b/package.json index f8139da8..ec85fd80 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,6 @@ "dependencies": { "@sinclair/typebox": "^0.32.27", "@types/tough-cookie": "^4.0.2", - "node-fetch": "^2.6.1", "tough-cookie": "^4.1.2", "tough-cookie-file-store": "^2.0.3" }, diff --git a/src/env-node.ts b/src/env-node.ts index ed408b11..da009d05 100644 --- a/src/env-node.ts +++ b/src/env-node.ts @@ -1,5 +1,3 @@ -import fetch from "node-fetch"; - export default { fetch, URLSearchParams,