Преглед на файлове

`jquery` and `bootstrap`: `peerDependencies` ← `dependencies`

Mithgol преди 9 години
родител
ревизия
bfaa7bfc09
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      package.json

+ 1 - 1
package.json

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