define greater-than-or-equal jquery/jqui dependencies

This commit is contained in:
Adam Shaw
2014-06-13 18:38:57 -07:00
parent 08931cbd72
commit 36911f45a7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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",
+2 -2
View File
@@ -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",