Skip to content

Commit

Permalink
removes linting in the test to fix a jshint issue about strict usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Leunen committed Mar 11, 2016
1 parent e7f1d7d commit f58b406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit f58b406

Please sign in to comment.