explicity defined bumpable json files

This commit is contained in:
Adam Shaw
2014-06-01 23:25:34 -07:00
parent 738b728d1b
commit c87a126812
+5 -1
View File
@@ -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