From c8bcf9682a642cc33d2547ca8da3a4c5c83f5ef4 Mon Sep 17 00:00:00 2001 From: Mathias Rangel Wulff Date: Wed, 3 Apr 2019 02:50:32 +0200 Subject: [PATCH] Add bitcom as alias for the bit command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6dc851d..f05c853 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "test": "./node_modules/mocha/bin/mocha" }, "bin": { - "bit": "./index.js" + "bit": "./index.js", + "bitcom": "./index.js" }, "author": "", "license": "ISC",