2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-03-03 07:00:45 +00:00

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

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"