Update package.json to use proper test command

This commit is contained in:
Andrew Miner
2015-03-25 14:49:19 -07:00
parent 873434e938
commit f720df974b
+1 -2
View File
@@ -4,14 +4,13 @@
"description": "crafting-guide ==============",
"main": "site/scripts/main.js",
"scripts": {
"test": "test"
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewminer/crafting-guide.git"
},
"author": "Andrew Miner",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrewminer/crafting-guide/issues"
},