ソースを参照

add component.json in gruntfile

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

+ 1 - 1
Gruntfile.js

@@ -69,7 +69,7 @@ module.exports = function (grunt) {
         },
         bump: {
             options: {
-                files: ['package.json', 'bower.json', 'composer.json'],
+                files: ['package.json', 'bower.json', 'composer.json', 'component.json'],
                 updateConfigs: ['pkg'],
                 commit: false,
                 createTag: false,