]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed package.json jspm section.
authorAlbert Willemsen <albert.willemsen@centric.eu>
Tue, 15 Aug 2017 11:48:38 +0000 (13:48 +0200)
committerMark Otto <markd.otto@gmail.com>
Sun, 20 Aug 2017 18:40:21 +0000 (11:40 -0700)
package.json

index a88d0498b141b9224ead118b79b9d67fc3688281..b703c6af2c90ba0c0aa22010e15563e2a6575f9e 100644 (file)
     "shim": {
       "js/bootstrap": {
         "deps": [
-          "jquery"
+          "jquery",
+          "popper.js"
         ],
         "exports": "$"
       }
     },
-    "dependencies": {
-      "jquery": "3"
+    "dependencies": {},
+    "peerDependencies": {
+      "jquery": "3",
+      "popper.js": "npm:popper.js@^1.11.1"
     }
   }
 }