소스 검색

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",