瀏覽代碼

Allow more recent jQuery versions in bower.json

David Stritzl 7 年之前
父節點
當前提交
4e9180496d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
   }
 }