Skip to content

Commit

Permalink
Build: Fix jshint reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
erikkemperman authored and phated committed Jun 27, 2016
1 parent df1b36e commit 2bbb1bc
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 @@ -21,7 +21,7 @@
],
"scripts": {
"test": "lab -cv",
"lint": "jshint test lib index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules"
"lint": "jshint test lib index.js --reporter node_modules/jshint-stylish/index.js --exclude node_modules"
},
"dependencies": {
"async-done": "^1.1.1",
Expand Down

0 comments on commit 2bbb1bc

Please sign in to comment.