浏览代码

jquery.inputmask 3.1.17

Robin Herbots 11 年之前
父节点
当前提交
a0fae55058
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -91,8 +91,8 @@ module.exports = function (grunt) {
             },
             gitpushchanges: {
                 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('&&')
             }
         }
     });