4 Commits

Author SHA1 Message Date
Roman Shtylman
f7d0effa90 0.0.8 2015-01-10 21:27:46 -08:00
Roman Shtylman
4985175968 remove cluster module use 2015-01-10 21:27:19 -08:00
Roman Shtylman
779ed39b4f 0.0.7 2015-01-10 21:04:35 -08:00
Roman Shtylman
8d78956355 use cluster module to handle auto restart on death
having some problems with docker auto restarts so we will do it in the
code for now
2015-01-10 21:02:45 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
require('stackup');
var log = require('bookrc');
var localenv = require('localenv');
var optimist = require('optimist');
var debug = require('debug')('localtunnel');
var optimist = require('optimist');
var argv = optimist
.usage('Usage: $0 --port [num]')

View File

@@ -2,7 +2,7 @@
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "localtunnel-server",
"description": "expose localhost to the world",
"version": "0.0.6",
"version": "0.0.8",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/localtunnel-server.git"