Replace fetch with got

This commit is contained in:
Ethan Lane 2021-12-01 20:39:02 +00:00
parent f673339d90
commit d32b44052c
Signed by: Vylpes
GPG key ID: EED233CC06D12504
4 changed files with 190 additions and 38 deletions

View file

@ -17,7 +17,7 @@
],
"dependencies": {
"glob-parent": "^6.0.0",
"node-fetch": "^3.1.0"
"got": "^11.8.3"
},
"scripts": {
"build": "tsc",