From d255fcbaac5b04bccbb7b1c697162b4d9b3334c7 Mon Sep 17 00:00:00 2001 From: okx-code Date: Tue, 11 Jun 2024 16:41:15 +0100 Subject: [PATCH] deps: remove is-lambda dependency (#299) This dependency stopped being used in commit 7c25367, as the responsibility for the HTTP agent was moved outside this package, but the dependency was not removed from package.json. `@npmcli/agent` doesn't use `is-lambda` either, so this does actually remove a dependency. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 110b4db..f767d0b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,6 @@ "@npmcli/agent": "^2.0.0", "cacache": "^18.0.0", "http-cache-semantics": "^4.1.1", - "is-lambda": "^1.0.1", "minipass": "^7.0.2", "minipass-fetch": "^3.0.0", "minipass-flush": "^1.0.5",