Skip to content

Commit e05f446

Browse files
committed
fixing "jake lint" to work with jshint 1.0.0
1 parent 38aaf3f commit e05f446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace('test', function() {
3535
});
3636
});
3737

38-
var JSHINT = './node_modules/jshint/bin/hint --config .jshintrc';
38+
var JSHINT = './node_modules/.bin/jshint --config .jshintrc';
3939

4040
desc('Run jshint against src and test directories');
4141
task('lint', {async: true}, function() {

0 commit comments

Comments
 (0)