浏览代码

explicity defined bumpable json files

Adam Shaw 11 年之前
父节点
当前提交
c87a126812
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      Gruntfile.js

+ 5 - 1
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