ソースを参照

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('&&')
             }
         }
     });