1 Commits

Author SHA1 Message Date
Roman Shtylman
e5b04a395b 1.4.1 2014-10-25 17:12:10 -07:00

View File

@@ -2,7 +2,7 @@
"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.4.0", "version": "1.4.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/shtylman/localtunnel.git" "url": "git://github.com/shtylman/localtunnel.git"
@@ -22,4 +22,4 @@
"lt": "./bin/client" "lt": "./bin/client"
}, },
"main": "./client.js" "main": "./client.js"
} }