mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-01 16:50:24 +08:00
316e94412d
With moment 2.5.1, when moments are cloned, not all their properties are blindly copied over, like our ambig-time/ambig-zone properties. Force this to happen by monkey-patching.
13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"name": "fullcalendar",
|
|
"version": "2.0.0-beta",
|
|
"devDependencies": {
|
|
"moment": "~2.5.1",
|
|
"jquery": "~1.10.2",
|
|
"jquery-ui": "~1.10.3",
|
|
"jquery-simulate": "*",
|
|
"jasmine-jquery": "~1.7.0",
|
|
"jasmine-fixture": "~1.0.8"
|
|
}
|
|
}
|