Browse Source

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

allow upward range of jquery versions
Emanuele Marchi 8 years ago
parent
commit
ac75ce3e89
1 changed files with 1 additions and 1 deletions
  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",