Skip to content

Commit

Permalink
use native fetch() instead of node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jul 23, 2024
1 parent 9c6685d commit a781d11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
"@types/form-data": "^2.5.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "^20.3.0",
"@types/node-fetch": "^2.6.4",
"@types/uuid": "^9.0.2"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@vercel/ncc": "^0.36.1",
"form-data": "^4.0.0",
"jsonwebtoken": "^9.0.0",
"node-fetch": "2",
"typescript": "^5.0.4",
"uuid": "^9.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion src/amo.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { ReadStream } from "node:fs";
import FormData from "form-data";
import jwt from "jsonwebtoken";
import fetch from "node-fetch";
import { v4 as uuidv4 } from "uuid";

type VersionRange = { min?: string; max?: string };
Expand Down

0 comments on commit a781d11

Please sign in to comment.