From 74a6ec5fe5d1d10c465c231e64c7b964476464f3 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 16 Jul 2017 00:15:06 -0400 Subject: Implement CLI --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 6179d97..1a41e81 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "test": "jest", "lint": "eslint ." }, + "bin": { + "dicebag": "./bin/dicebag.js" + }, "repository": { "type": "git", "url": "git+https://github.com/m-chrzan/dicebag.git" -- cgit v1.2.3