mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-18 16:05:54 +00:00
Replace 'request' with 'axios' (#214)
This commit is contained in:
committed by
Roman Shtylman
parent
4c136a265c
commit
578dc9aaae
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user