Skip to content

Commit 2bbb1bc

Browse files
erikkempermanphated
authored andcommitted
Build: Fix jshint reporter
1 parent df1b36e commit 2bbb1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"scripts": {
2323
"test": "lab -cv",
24-
"lint": "jshint test lib index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules"
24+
"lint": "jshint test lib index.js --reporter node_modules/jshint-stylish/index.js --exclude node_modules"
2525
},
2626
"dependencies": {
2727
"async-done": "^1.1.1",

0 commit comments

Comments
 (0)