Fixed package.json....

This commit is contained in:
hydrabolt
2015-10-02 21:41:32 +01:00
parent eab6837f87
commit 70f2dfef3e

View File

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