From c87a126812539a1bb3468f497fb8d26d9636a83a Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sun, 1 Jun 2014 23:25:34 -0700 Subject: [PATCH] explicity defined bumpable json files --- Gruntfile.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 7c0ef5f..07d8dc1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -291,7 +291,11 @@ module.exports = function(grunt) { config.bump = { // changes the version number in the configs options: { - files: '*.json', + files: [ + 'package.json', + 'bower.json', + 'fullcalendar.jquery.json' + ], commit: false, createTag: false, push: false