瀏覽代碼

Merge pull request #613 from jonathanbarton/jquery-version-range

allow upward range of jquery versions
Emanuele Marchi 8 年之前
父節點
當前提交
ac75ce3e89
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -17,7 +17,7 @@
   "main": "dist/js/bootstrap-switch.js",
   "peerDependencies": {
     "bootstrap": "^3.1.1",
-    "jquery": "~1.9.0"
+    "jquery": ">=1.9.0"
   },
   "repository": {
     "type": "git",