mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-04-21 19:40:37 +00:00
v0.19.17: include usr/share for npm install
This commit is contained in:
parent
50cae93370
commit
d52b4e7594
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user