Просмотр исходного кода

finish off removing version from bower.json

Adam Shaw 9 лет назад
Родитель
Сommit
e67e4c3e23
2 измененных файлов с 2 добавлено и 3 удалено
  1. 1 2
      Gruntfile.js
  2. 1 1
      package.json

+ 1 - 2
Gruntfile.js

@@ -301,8 +301,7 @@ module.exports = function(grunt) {
 	config.bump = { // changes the version number in the configs
 		options: {
 			files: [
-				'package.json',
-				'bower.json'
+				'package.json'
 			],
 			commit: false,
 			createTag: false,

+ 1 - 1
package.json

@@ -1,7 +1,6 @@
 {
   "name": "fullcalendar",
   "title": "FullCalendar",
-  "version": "0.0.0",
   "description": "Full-sized drag & drop event calendar",
   "keywords": [
     "calendar",
@@ -26,6 +25,7 @@
     "jquery": ">=1.7.1",
     "moment": ">=2.5.0"
   },
+  "version": "0.0.0",
   "devDependencies": {
     "grunt": "^1.0.1",
     "grunt-bump": "^0.8.0",