From 18f41c3550f269b82308ba6027bf6076b775cfa2 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Fri, 24 Jan 2014 22:58:07 -0800 Subject: [PATCH] [2.0] meta file updates --- bower.json | 5 +++-- fullcalendar.jquery.json | 5 +++-- lumbar.json | 3 ++- package.json | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index a6d5962..0b07a9a 100644 --- a/bower.json +++ b/bower.json @@ -1,8 +1,9 @@ { "name": "fullcalendar", - "version": "1.6.4", + "version": "2.0.0-beta", "devDependencies": { "jquery": "~1.10.2", - "jquery-ui": "~1.10.3" + "jquery-ui": "~1.10.3", + "moment": ">=2.5.0" } } diff --git a/fullcalendar.jquery.json b/fullcalendar.jquery.json index 3705a58..7f0e3be 100644 --- a/fullcalendar.jquery.json +++ b/fullcalendar.jquery.json @@ -1,9 +1,10 @@ { "name": "fullcalendar", - "version": "1.6.4", + "version": "2.0.0-beta", "dependencies": { - "jquery": "~1.10.2" + "jquery": "~1.10.2", + "moment": ">=2.5.0" }, "optionalDependencies": { "jquery-ui": "~1.10.3" diff --git a/lumbar.json b/lumbar.json index c30986f..9bb73c6 100644 --- a/lumbar.json +++ b/lumbar.json @@ -15,11 +15,12 @@ "src/intro.js", "src/defaults.js", "src/main.js", + "src/lang.js", "src/Calendar.js", "src/Header.js", "src/EventManager.js", - "src/date_util.js", "src/util.js", + "src/date_util.js", "src/basic/MonthView.js", "src/basic/BasicWeekView.js", "src/basic/BasicDayView.js", diff --git a/package.json b/package.json index 987eaf3..af60176 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fullcalendar", - "version": "1.6.4", + "version": "2.0.0-beta", "repository": { "type": "git", "url": "https://github.com/arshaw/fullcalendar.git"