瀏覽代碼

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

Adam Shaw 11 年之前
父節點
當前提交
36911f45a7
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      bower.json
  2. 2 2
      fullcalendar.jquery.json

+ 2 - 2
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",

+ 2 - 2
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",