]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Move all jshint files to all target
authorIskren Chernev <iskren.chernev@gmail.com>
Sun, 14 Jul 2013 22:20:48 +0000 (15:20 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 14 Jul 2013 22:20:48 +0000 (15:20 -0700)
Gruntfile.js

index edffd0f717b0e950a60686f3c3748fb8bea5c900..2c3ba271c0bb382b597b3f64ecb9c850fe9e6a01 100644 (file)
@@ -64,9 +64,7 @@ module.exports = function (grunt) {
             all : ["test/**/*.js"]
         },
         jshint: {
-            all: ["Gruntfile.js", "moment.js", "lang/**/*.js"],
-            test: ["test/moment/*.js"],
-            langtest: ["test/lang/*.js"],
+            all: ["Gruntfile.js", "moment.js", "lang/**/*.js", "test/**/*.js"],
             options: {
                 "node"     : true,
                 "browser"  : true,