Browse Source

jquery.inputmask 3.1.17

Robin Herbots 11 years ago
parent
commit
a0fae55058
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -91,8 +91,8 @@ module.exports = function (grunt) {
             },
             },
             gitpushchanges: {
             gitpushchanges: {
                 command: ['git add .',
                 command: ['git add .',
-                    'git commit -m "jquery.inputmask <%= pkg.version %>"'//,
-                   /* 'git push origin'*/].join('&&')
+                    'git commit -m "jquery.inputmask <%= pkg.version %>"',
+                    'git push origin'].join('&&')
             }
             }
         }
         }
     });
     });