ソースを参照

Adjust jQuery required version

Emanuele 8 年 前
コミット
77c5bd3b7b
2 ファイル変更2 行追加5 行削除
  1. 1 4
      bower.json
  2. 1 1
      package.json

+ 1 - 4
bower.json

@@ -17,9 +17,6 @@
   ],
   "dependencies": {
     "bootstrap": ">=2.3.2",
-    "jquery": ">=1.9.0"
-  },
-  "devDependencies": {
-    "jquery": "~2.1"
+    "jquery": "~1.9.0"
   }
 }

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