From f58b406b13295f3ef8963e17878b031e092b1d91 Mon Sep 17 00:00:00 2001 From: Tommy Leunen Date: Fri, 11 Mar 2016 10:58:46 -0500 Subject: [PATCH] removes linting in the test to fix a jshint issue about strict usage --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d757a78..955315e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "node": ">= 0.8.x" }, "scripts": { - "test": "grunt && mocha -R spec --timeout 5000" + "test": "mocha -R spec --timeout 5000" }, "dependencies": { "async": "^1.5.0", @@ -47,6 +47,7 @@ }, "devDependencies": { "grunt": "^0.4.5", + "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-jshint": "^0.11.3", "mocha": "^2.3.4",