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 ==============", "description": "crafting-guide ==============",
"main": "site/scripts/main.js", "main": "site/scripts/main.js",
"scripts": { "scripts": {
"test": "test" "test": "grunt test"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/andrewminer/crafting-guide.git" "url": "https://github.com/andrewminer/crafting-guide.git"
}, },
"author": "Andrew Miner", "author": "Andrew Miner",
"license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/andrewminer/crafting-guide/issues" "url": "https://github.com/andrewminer/crafting-guide/issues"
}, },