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:
parent
b5a2441f1b
commit
f822307694
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user