From 70d6ea774ce47ca1a12cde8040c345de49beb29b Mon Sep 17 00:00:00 2001 From: Florrie Date: Tue, 12 Jun 2018 22:24:47 -0300 Subject: Add bin script and some error handling --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index e2501ab..047b6bb 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "description": "", "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "bin": { + "mtui": "./index.js" }, "author": "", "license": "GPL-3.0", -- cgit 1.3.0-6-gf8a5