Browse Source

Merge pull request #605 from graingert/patch-1

jQuery should be a peerDependency
Emanuele Marchi 8 years ago
parent
commit
42ae6f7246
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -26,7 +26,7 @@
     }
     }
   ],
   ],
   "main": "dist/js/bootstrap-switch.js",
   "main": "dist/js/bootstrap-switch.js",
-  "dependencies": {
+  "peerDependencies": {
     "jquery": ">=1.9.0"
     "jquery": ">=1.9.0"
   },
   },
   "repository": {
   "repository": {