From 36911f45a783e7af2fe1e0c88c946c675d1ff5d6 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Fri, 13 Jun 2014 18:38:57 -0700 Subject: [PATCH] define greater-than-or-equal jquery/jqui dependencies --- bower.json | 4 ++-- fullcalendar.jquery.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index a9d7103..ddb24e1 100644 --- a/bower.json +++ b/bower.json @@ -7,11 +7,11 @@ "homepage": "http://arshaw.com/fullcalendar/", "dependencies": { - "jquery": "~1.11.1", + "jquery": ">=1.7.1", "moment": ">=2.5.0" }, "devDependencies": { - "jquery-ui": "~1.10.4", + "jquery-ui": ">=1.8.17", "jquery-simulate-ext": "~1.3.0", "jquery-mockjax": "~1.5.3", "jasmine-jquery": "~2.0.3", diff --git a/fullcalendar.jquery.json b/fullcalendar.jquery.json index e21dc25..9c03d12 100644 --- a/fullcalendar.jquery.json +++ b/fullcalendar.jquery.json @@ -7,11 +7,11 @@ "homepage": "http://arshaw.com/fullcalendar/", "dependencies": { - "jquery": "~1.11.1", + "jquery": ">=1.7.1", "moment": ">=2.5.0" }, "optionalDependencies": { - "jquery-ui": "~1.10.4" + "jquery-ui": ">=1.8.17" }, "title": "FullCalendar",