Skip to content

Commit

Permalink
Drop node-fetch in favour of stdlib fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
eddie-atkinson committed Aug 17, 2024
1 parent e5dfb96 commit d328ea7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 0 additions & 2 deletions src/env-node.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import fetch from "node-fetch";

export default {
fetch,
URLSearchParams,
Expand Down

0 comments on commit d328ea7

Please sign in to comment.