Update package.json to use proper test command
This commit is contained in:
+1
-2
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user