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": {