Browse Source

Allow more recent jQuery versions in bower.json

David Stritzl 7 năm trước cách đây
mục cha
commit
4e9180496d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      bower.json

+ 1 - 1
bower.json

@@ -17,6 +17,6 @@
   ],
   "dependencies": {
     "bootstrap": ">=2.3.2",
-    "jquery": "~1.9.0"
+    "jquery": ">=1.9.0"
   }
 }