mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-13 13:35:54 +00:00
update request dep to 2.78
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
# UNRELEASED
|
||||||
|
|
||||||
|
* update request dependency
|
||||||
|
|
||||||
# 1.8.1 (2016-01-20)
|
# 1.8.1 (2016-01-20)
|
||||||
|
|
||||||
* fix bug w/ HostHeaderTransformer and binary data
|
* fix bug w/ HostHeaderTransformer and binary data
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/shtylman/localtunnel.git"
|
"url": "git://github.com/localtunnel/localtunnel.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"request": "2.65.0",
|
"request": "2.78.0",
|
||||||
"yargs": "3.29.0",
|
"yargs": "3.29.0",
|
||||||
"debug": "2.2.0",
|
"debug": "2.2.0",
|
||||||
"openurl": "1.1.0"
|
"openurl": "1.1.0"
|
||||||
@@ -24,4 +24,4 @@
|
|||||||
"lt": "./bin/client"
|
"lt": "./bin/client"
|
||||||
},
|
},
|
||||||
"main": "./client.js"
|
"main": "./client.js"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user