0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

fixed package.json jspm section.

This commit is contained in:
Albert Willemsen 2017-08-15 13:48:38 +02:00 committed by Mark Otto
parent b5a2441f1b
commit f822307694

View File

@ -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"
} }
} }
} }