mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-14 22:15:55 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
627cfe4783 | ||
|
|
dbe0c16024 | ||
|
|
c87bbe82e7 | ||
|
|
c71ba81972 |
@@ -1,3 +1,9 @@
|
|||||||
|
# 1.8.3 (2017-06-11)
|
||||||
|
|
||||||
|
* update request dependency
|
||||||
|
* update debug dependency
|
||||||
|
* update openurl dependency
|
||||||
|
|
||||||
# 1.8.2 (2016-11-17)
|
# 1.8.2 (2016-11-17)
|
||||||
|
|
||||||
* fix host header transform
|
* fix host header transform
|
||||||
|
|||||||
10
package.json
10
package.json
@@ -2,17 +2,17 @@
|
|||||||
"author": "Roman Shtylman <shtylman@gmail.com>",
|
"author": "Roman Shtylman <shtylman@gmail.com>",
|
||||||
"name": "localtunnel",
|
"name": "localtunnel",
|
||||||
"description": "expose localhost to the world",
|
"description": "expose localhost to the world",
|
||||||
"version": "1.8.2",
|
"version": "1.8.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/localtunnel/localtunnel.git"
|
"url": "git://github.com/localtunnel/localtunnel.git"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"request": "2.78.0",
|
"request": "2.81.0",
|
||||||
"yargs": "3.29.0",
|
"yargs": "3.29.0",
|
||||||
"debug": "2.2.0",
|
"debug": "2.6.8",
|
||||||
"openurl": "1.1.0"
|
"openurl": "1.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "~1.17.0"
|
"mocha": "~1.17.0"
|
||||||
@@ -24,4 +24,4 @@
|
|||||||
"lt": "./bin/client"
|
"lt": "./bin/client"
|
||||||
},
|
},
|
||||||
"main": "./client.js"
|
"main": "./client.js"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user