m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-07-16 00:15:06 -0400
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2017-07-16 00:15:06 -0400
commit74a6ec5fe5d1d10c465c231e64c7b964476464f3 (patch)
treea6a542f9bbf96cb90f1cb316937a8ba004a35889 /package.json
parent3e11f6c8268066068c45f4fd760516b8de4a4b28 (diff)
Implement CLI
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
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"