feat: remove axios from dependencies (#403)

* feat: remove axios usage

* fix: remove unused import

* docs: add comment on why we use usedTcp = true
This commit is contained in:
CosminPerRam 2023-11-12 17:30:16 +02:00 committed by GitHub
parent cee42e7a88
commit 371fad3eab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 166 deletions

View file

@ -52,7 +52,6 @@
"README.md"
],
"dependencies": {
"axios": "^1.6.1",
"cheerio": "^1.0.0-rc.12",
"gbxremote": "^0.2.1",
"got": "^13.0.0",