mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-08-11 05:45:08 +08:00
changes to json configs and release script
This commit is contained in:
+13
-9
@@ -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
@@ -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
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user