v0.19.17: include usr/share for npm install

This commit is contained in:
AJ ONeal 2018-07-02 12:03:10 -06:00
parent 50cae93370
commit d52b4e7594
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
{ {
"name": "telebit", "name": "telebit",
"version": "0.19.16", "version": "0.19.17",
"description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.", "description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.",
"main": "lib/remote.js", "main": "lib/remote.js",
"files": [ "files": [
"bin", "bin",
"lib" "lib",
"usr"
], ],
"bin": { "bin": {
"telebit": "bin/telebit.js", "telebit": "bin/telebit.js",