From f720df974b8cf5f63c49e2818380f164a4638cc9 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Wed, 25 Mar 2015 14:49:19 -0700 Subject: [PATCH] Update package.json to use proper test command --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4918607d9..0568393cc 100644 --- a/package.json +++ b/package.json @@ -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" },