Commit f8223076 authored by Albert Willemsen's avatar Albert Willemsen Committed by Mark Otto
Browse files

fixed package.json jspm section.

parent b5a2441f
Showing with 6 additions and 3 deletions
+6 -3
...@@ -117,13 +117,16 @@ ...@@ -117,13 +117,16 @@
"shim": { "shim": {
"js/bootstrap": { "js/bootstrap": {
"deps": [ "deps": [
"jquery" "jquery",
"popper.js"
], ],
"exports": "$" "exports": "$"
} }
}, },
"dependencies": { "dependencies": {},
"jquery": "3" "peerDependencies": {
"jquery": "3",
"popper.js": "npm:popper.js@^1.11.1"
} }
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment