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", "description": "A way to interface with the Discord API",
"main": "./lib/index.js", "main": "./lib/index.js",
"scripts": { "scripts": {
"prepublish": "grunt dist" "prepublish": "grunt dist",
"test": "node ./test/bot.js" "test": "node ./test/bot.js"
}, },
"repository": { "repository": {