add telebitd as one of the bins

This commit is contained in:
AJ ONeal 2018-06-14 01:04:03 -06:00
parent 64b2fd27d9
commit 6f98c7305a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"main": "lib/remote.js",
"bin": {
"telebit": "bin/telebit.js"
, "telebitd": "bin/telebitd.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"