Rename target.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 18 Mar 2014 05:23:12 +0000 (07:23 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 18 Mar 2014 05:25:38 +0000 (07:25 +0200)
Gruntfile.js

index f45240b..60d3c7c 100644 (file)
@@ -17,7 +17,7 @@ module.exports = function(grunt) {
       options: {
         jshintrc: '.jshintrc'
       },
-      gruntfile: {
+      grunt: {
         src: 'Gruntfile.js'
       },
       src: {
@@ -36,7 +36,7 @@ module.exports = function(grunt) {
         config: '.jscsrc'
       },
       grunt: {
-        src: '<%= jshint.gruntfile.src %>'
+        src: '<%= jshint.grunt.src %>'
       },
       src: {
         src: '<%= jshint.src.src %>'