Skip to content

Commit

Permalink
Ensure bump commits all three json files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhota committed Jan 3, 2016
1 parent dded4a2 commit 247f81f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ module.exports = function(grunt) {
'bump': {
options: {
push: false,
files: ['package.json', 'bower.json', 'composer.json']
files: ['package.json', 'bower.json', 'composer.json'],
commitFiles: ['package.json', 'bower.json', 'composer.json']
}
},
'jasmine': {
Expand Down

0 comments on commit 247f81f

Please sign in to comment.