add telebitd as one of the bins
This commit is contained in:
parent
15aa2f0f0c
commit
236168b14c
|
@ -5,6 +5,7 @@
|
||||||
"main": "lib/remote.js",
|
"main": "lib/remote.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"telebit": "bin/telebit.js"
|
"telebit": "bin/telebit.js"
|
||||||
|
, "telebitd": "bin/telebitd.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|
Loading…
Reference in New Issue