From 76779f48cc13a3e0c092cbac319f03ee11d389cf Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sat, 31 May 2014 13:51:12 -0700 Subject: [PATCH] changes to json configs and release script --- bower.json | 22 +++++++++++++--------- build/release.sh | 2 +- fullcalendar.jquery.json | 8 ++++---- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/bower.json b/bower.json index 567ea8b..6edc8e7 100644 --- a/bower.json +++ b/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.*" ] } diff --git a/build/release.sh b/build/release.sh index ec4ab03..b526cc8 100755 --- a/build/release.sh +++ b/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 \ No newline at end of file diff --git a/fullcalendar.jquery.json b/fullcalendar.jquery.json index 4d6be5d..df7db3a 100644 --- a/fullcalendar.jquery.json +++ b/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/",