From b2cd6fd38095ead9817c1ae72f337f9b74d62cd7 Mon Sep 17 00:00:00 2001 From: "Quildreen \"Sorella\" Motta" Date: Sat, 4 May 2013 16:46:03 -0300 Subject: [PATCH] Defines the binary in the package. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 2f23d7b..aaab41f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.0", "description": "Browser reporter for buddy tests.", "main": "./lib/index.js", + "bin": "./bin/buddy-browser", "directories": { "test": "test" },