Browse Source

Merge pull request #573 from Mithgol/peerDependencies

`jquery` and `bootstrap`: `peerDependencies` ← `dependencies`
Kartik Visweswaran 9 years ago
parent
commit
7a58e8a781
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -26,7 +26,7 @@
         "progress",
         "gallery"
     ],
-    "dependencies": {
+    "peerDependencies": {
         "jquery": ">= 1.9.0",
         "bootstrap": "~3"
     },