From 6f98c7305afb2427b2ab70b4d37d6191153e4e67 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 14 Jun 2018 01:04:03 -0600 Subject: [PATCH] add telebitd as one of the bins --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2e113ae..d5c75ec 100644 --- a/package.json +++ b/package.json @@ -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"