From 70f2dfef3e4ca2010c837ab0d903738802e1e505 Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Fri, 2 Oct 2015 21:41:32 +0100 Subject: [PATCH] Fixed package.json.... --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8621e6d2..3e6e30b09 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A way to interface with the Discord API", "main": "./lib/index.js", "scripts": { - "prepublish": "grunt dist" + "prepublish": "grunt dist", "test": "node ./test/bot.js" }, "repository": {