Browse Source

add component.json in gruntfile

Robin Herbots 11 years ago
parent
commit
f08488efc8
1 changed files with 1 additions and 1 deletions
  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,