We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dded4a2 commit 247f81fCopy full SHA for 247f81f
1 file changed
Gruntfile.js
@@ -17,7 +17,8 @@ module.exports = function(grunt) {
17
'bump': {
18
options: {
19
push: false,
20
- files: ['package.json', 'bower.json', 'composer.json']
+ files: ['package.json', 'bower.json', 'composer.json'],
21
+ commitFiles: ['package.json', 'bower.json', 'composer.json']
22
}
23
},
24
'jasmine': {
0 commit comments