From 247f81f1bd6e5fb19e50b60617b453a9b3782275 Mon Sep 17 00:00:00 2001 From: "A.J. Gardner" Date: Sun, 3 Jan 2016 17:25:11 -0600 Subject: [PATCH] Ensure bump commits all three json files --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 8ed4048f..da11fe13 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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': {