Преглед изворни кода

changes to json configs and release script

Adam Shaw пре 11 година
родитељ
комит
76779f48cc
3 измењених фајлова са 18 додато и 14 уклоњено
  1. 13 9
      bower.json
  2. 1 1
      build/release.sh
  3. 4 4
      fullcalendar.jquery.json

+ 13 - 9
bower.json

@@ -2,6 +2,10 @@
   "name": "fullcalendar",
   "version": "2.0.0-beta2",
 
+  "description": "Full-sized drag & drop event calendar",
+  "keywords": [ "calendar", "event", "full-sized" ],
+  "homepage": "http://arshaw.com/fullcalendar/",
+
   "dependencies": {
     "jquery": "~1.10.2",
     "moment": ">=2.6.0"
@@ -16,16 +20,16 @@
   },
 
   "main": [
-    "dist/fullcalendar.js",
-    "dist/fullcalendar.css"
+    "/dist/fullcalendar.js",
+    "/dist/fullcalendar.css"
   ],
   "ignore": [
-    "build",
-    "demos",
-    "fullcalendar.jquery.json",
-    "lang",
-    "package.json",
-    "src",
-    "tests"
+    "*",
+    "**/.*",
+    "!/dist/**",
+    "!/bower.json",
+    "!/changelog.*",
+    "!/license.*",
+    "!/readme.*"
   ]
 }

+ 1 - 1
build/release.sh

@@ -16,5 +16,5 @@ git add -f dist/*.js dist/*.css dist/lang/*.js && \
 git commit -e -m "Release v$version" && \
 git tag -a v$version -m "Release v$version" && \
 echo && \
-echo 'DONE. It is now up to you to run `'"git push origin v$version"'`' && \
+echo 'DONE. It is now up to you to run `'"git push origin master && git push origin v$version"'`' && \
 echo

+ 4 - 4
fullcalendar.jquery.json

@@ -2,6 +2,10 @@
   "name": "fullcalendar",
   "version": "2.0.0-beta2",
 
+  "description": "Full-sized drag & drop event calendar",
+  "keywords": [ "calendar", "event", "full-sized" ],
+  "homepage": "http://arshaw.com/fullcalendar/",
+
   "dependencies": {
     "jquery": "~1.10.2",
     "moment": ">=2.6.0"
@@ -11,10 +15,6 @@
   },
 
   "title": "FullCalendar",
-  "description": "Full-sized drag & drop event calendar",
-  "keywords": [ "calendar", "event", "full-sized" ],
-
-  "homepage": "http://arshaw.com/fullcalendar/",
   "demo": "http://arshaw.com/fullcalendar/",
   "docs": "http://arshaw.com/fullcalendar/docs/",
   "download": "http://arshaw.com/fullcalendar/download/",