Browse Source

jQuery should be a peerDependency

Thomas Grainger 8 years ago
parent
commit
07c8fb37a5
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",
-  "dependencies": {
+  "peerDependencies": {
     "jquery": ">=1.9.0"
   },
   "repository": {