]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update grunt jshint
authorIskren Chernev <iskren.chernev@gmail.com>
Sun, 22 Mar 2015 21:35:58 +0000 (14:35 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 25 Mar 2015 16:27:43 +0000 (09:27 -0700)
Gruntfile.js

index 36c1273eccf4620af9190d3b2b81538753990a50..2130f9e72a1e2cb1ccdca65a7d655cc6286ed455 100644 (file)
@@ -129,8 +129,9 @@ module.exports = function (grunt) {
         },
         jshint: {
             all: [
-                'Gruntfile.js', 'moment.js', 'locale/**/*.js', 'test/**/*.js',
-                '!test/browser*.js'
+                'Gruntfile.js',
+                'tasks/**.js',
+                'src/**/*.js'
             ],
             options: {
                 jshintrc: true