localtunnel
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ { | ||
"description": "expose localhost to the world", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"repository": { | ||
@@ -29,3 +29,4 @@ "type": "git", | ||
"lt": "./bin/client" | ||
} | ||
}, | ||
"main": "./index.js" | ||
} |
@@ -5,3 +5,3 @@ # localtunnel [![Build Status](https://secure.travis-ci.org/shtylman/localtunnel.png)](http://travis-ci.org/shtylman/localtunnel) # | ||
Great for working with browser testing tools like browserling or external api callback services like twilio which require a public url for callbacks! | ||
Great for working with browser testing tools like browserling or external api callback services like twilio which require a public url for callbacks. | ||
@@ -16,3 +16,3 @@ ## installation ## | ||
Super East! Assuming your local server is running on port 8000, just use the ```lt``` command to start the tunnel. | ||
Super Easy! Assuming your local server is running on port 8000, just use the ```lt``` command to start the tunnel. | ||
@@ -19,0 +19,0 @@ ``` |
@@ -5,4 +5,4 @@ var http = require('http'); | ||
var localtunnel_server = require('./server'); | ||
var localtunnel_client = require('./client'); | ||
var localtunnel_server = require('./').server; | ||
var localtunnel_client = require('./').client; | ||
@@ -9,0 +9,0 @@ test('setup localtunnel server', function(done) { |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20103
11
484
4