changes to json configs and release script

This commit is contained in:
Adam Shaw
2014-05-31 13:51:12 -07:00
parent decdbd518e
commit 76779f48cc
3 changed files with 18 additions and 14 deletions
+13 -9
View File
@@ -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
View File
@@ -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
View File
@@ -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/",