From bcb91721edae93af777d8cc5f1c640d2a3335b3d Mon Sep 17 00:00:00 2001 From: edloidas Date: Sun, 4 Jun 2017 16:54:27 +0300 Subject: [PATCH] Fix absence of `bin` link in `package.json` --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 32c86f7..9496325 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.3.0", "description": "Parser for classic (2d6+1), simple (2 6 1), and WoD (4d10!>6f1) dice rolls.", "main": "index.js", + "bin": "bin/roll-parser.js", "keywords": [ "parser", "dice",