Browse Source

allow upward range of jquery versions

Jonathan Barton 8 years ago
parent
commit
6b3d38ffd8
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",