Replace 'request' with 'axios' (#214)

This commit is contained in:
C. K. Tang
2018-01-07 12:13:22 -06:00
committed by Roman Shtylman
parent 4c136a265c
commit 578dc9aaae
2 changed files with 17 additions and 20 deletions

View File

@@ -9,10 +9,10 @@
"url": "git://github.com/localtunnel/localtunnel.git"
},
"dependencies": {
"request": "2.81.0",
"yargs": "3.29.0",
"axios": "0.17.1",
"debug": "2.6.8",
"openurl": "1.1.1"
"openurl": "1.1.1",
"yargs": "3.29.0"
},
"devDependencies": {
"mocha": "~1.17.0"