Skip to content

Commit

Permalink
deps: remove is-lambda dependency (#299)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
okx-code authored Jun 11, 2024
1 parent 672a31e commit d255fcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d255fcb

Please sign in to comment.