mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-12 12:21:04 +08:00
explicity defined bumpable json files
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user