refactor with async/await

Trying to be more robust about error handling and failure.
This commit is contained in:
Roman Shtylman
2016-07-09 17:06:13 -07:00
parent f12f1c81b3
commit a2a58f4c6f
10 changed files with 290 additions and 221 deletions

View File

@@ -6,24 +6,28 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/localtunnel-server.git"
"url": "git://github.com/localtunnel/server.git"
},
"dependencies": {
"babel-plugin-transform-async-to-generator": "6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.10.3",
"babel-polyfill": "6.9.1",
"babel-register": "6.9.0",
"bluebird": "3.4.1",
"book": "1.3.1",
"book-git": "0.0.2",
"book-raven": "1.1.0",
"book-raven": "1.2.0",
"bookrc": "0.0.1",
"debug": "2.2.0",
"express": "4.13.3",
"http-proxy": "1.12.0",
"express": "4.14.0",
"http-proxy": "1.14.0",
"localenv": "0.2.2",
"on-finished": "2.3.0",
"optimist": "0.6.1",
"stackup": "1.0.1",
"tldjs": "1.6.1"
"tldjs": "1.6.2"
},
"devDependencies": {
"mocha": "2.0.1",
"mocha": "2.5.3",
"localtunnel": "1.8.0",
"ws": "0.8.0"
},