Skip to content

Commit

Permalink
Merge pull request #39 from jmlntw/native-fetch-api
Browse files Browse the repository at this point in the history
Remove node-fetch
  • Loading branch information
mnghsn authored Dec 23, 2023
2 parents cdfae26 + 2000ff5 commit 0cd2839
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@
"@types/eslint": "^8.56.0",
"@types/prettier": "^3.0.0",
"@types/tap": "^15.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"eslint": "^8.56.0",
"node-fetch": "^3.3.1",
"prettier": "^3.1.0",
"tap": "^18.6.0"
},
Expand Down
1 change: 0 additions & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as fs from "node:fs/promises";
import fetch from "node-fetch";
import prettier from "prettier";

const GOOGLE_SUPPORTED_DOMAINS_URL = "https://www.google.com/supported_domains";
Expand Down

0 comments on commit 0cd2839

Please sign in to comment.