Skip to content

Commit

Permalink
Build: Exclude node_modules from jshint (closes #31)
Browse files Browse the repository at this point in the history
  • Loading branch information
yocontra authored and phated committed Sep 27, 2016
1 parent 79903bf commit d7edad4
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 @@ -23,7 +23,7 @@
"event-stream": "~3.1.0"
},
"scripts": {
"test": "mocha --reporter spec && jshint",
"test": "mocha --reporter spec && jshint . --exclude node_modules",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"engines": {
Expand Down

0 comments on commit d7edad4

Please sign in to comment.