ソースを参照

Update Gruntfile.js

Robin Herbots 11 年 前
コミット
71c6725cf4
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Gruntfile.js

+ 2 - 2
Gruntfile.js

@@ -69,7 +69,7 @@ module.exports = function (grunt) {
         },
         bump: {
             options: {
-                files: ['package.json', 'bower.json', 'jquery.inputmask.jquery.json'],
+                files: ['package.json', 'bower.json', 'composer.json'],
                 updateConfigs: ['pkg'],
                 commit: false,
                 createTag: false,
@@ -125,4 +125,4 @@ module.exports = function (grunt) {
     // Default task(s).
     grunt.registerTask('default', ['clean', 'uglify']);
 
-};
+};