]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
update jshint plugin
authorIgor Lima <igor.lima@evolut.io>
Tue, 19 Feb 2013 16:45:05 +0000 (13:45 -0300)
committerIgor Lima <igor.lima@evolut.io>
Tue, 19 Feb 2013 16:45:05 +0000 (13:45 -0300)
Gruntfile.js

index 77b6d039d4e711fda6c6d442b38b5cd3411ef8bc..3e2ef32dadafefc3cdea29b9faca82a1ceb22c75 100644 (file)
@@ -49,13 +49,8 @@ module.exports = function(grunt) {
         nodeunit : {
             all : ["test/**/*.js"]
         },
-        lint : {
-            files: [
-                'moment.js',
-                'lang/**/*.js'
-            ]
-        },
         jshint: {
+            all: ["Gruntfile.js", "moment.js", "lang/**/*.js"],
             options: {
                 "node"     : true,
                 "es5"      : true,