mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
rejigger the way bower works
This commit is contained in:
+12
-4
@@ -1,14 +1,22 @@
|
||||
{
|
||||
"name": "fullcalendar",
|
||||
"version": "2.0.0-beta2",
|
||||
"devDependencies": {
|
||||
"moment": "2.6.0",
|
||||
"moment-timezone": "~0.0.6",
|
||||
|
||||
"dependencies": {
|
||||
"jquery": "~1.10.2",
|
||||
"moment": ">=2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"moment-timezone": "~0.0.6",
|
||||
"jquery-ui": "~1.10.3",
|
||||
"jquery-simulate-ext": "~1.3.0",
|
||||
"jquery-mockjax": "~1.5.3",
|
||||
"jasmine-jquery": "~2.0.3",
|
||||
"jasmine-fixture": "~1.2.0"
|
||||
}
|
||||
},
|
||||
|
||||
"main": [
|
||||
"dist/fullcalendar.js",
|
||||
"dist/fullcalendar.css"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
|
||||
FullCalendar Component
|
||||
======================
|
||||
|
||||
This repo is the official [Bower][bower] component endpoint for the [FullCalendar Project][fc-homepage]. It is a shim repo that has been generated by running the `grunt bower` command in the main development repo.
|
||||
|
||||
[Visit the development repo][fc-repo]
|
||||
|
||||
|
||||
[bower]: http://bower.io/
|
||||
[fc-homepage]: http://arshaw.com/fullcalendar/
|
||||
[fc-repo]: https://github.com/arshaw/fullcalendar
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"main": [
|
||||
"fullcalendar.js",
|
||||
"fullcalendar.css"
|
||||
]
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
"dependencies": {
|
||||
"jquery": "~1.10.2",
|
||||
"moment": ">=2.5.0"
|
||||
"moment": ">=2.6.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"jquery-ui": "~1.10.3"
|
||||
|
||||
Reference in New Issue
Block a user