Skip to content

Commit

Permalink
Merge pull request gulpjs#498 from kt3k/feature/fix-jshint
Browse files Browse the repository at this point in the history
Fix jshint command
  • Loading branch information
yocontra committed Jun 2, 2014
2 parents 72e428b + 0ef3f78 commit 86cc5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mkdirp": "^0.5.0"
},
"scripts": {
"test": "jshint && mocha --reporter spec",
"test": "jshint --exclude node_modules . && mocha --reporter spec",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engineStrict": true,
Expand Down

0 comments on commit 86cc5b9

Please sign in to comment.