浏览代码

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: {
         bump: {
             options: {
             options: {
-                files: ['package.json', 'bower.json', 'composer.json'],
+                files: ['package.json', 'bower.json', 'composer.json', 'component.json'],
                 updateConfigs: ['pkg'],
                 updateConfigs: ['pkg'],
                 commit: false,
                 commit: false,
                 createTag: false,
                 createTag: false,