mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fixed package.json jspm section.
This commit is contained in:
parent
b5a2441f1b
commit
f822307694
@ -117,13 +117,16 @@
|
||||
"shim": {
|
||||
"js/bootstrap": {
|
||||
"deps": [
|
||||
"jquery"
|
||||
"jquery",
|
||||
"popper.js"
|
||||
],
|
||||
"exports": "$"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "3"
|
||||
"dependencies": {},
|
||||
"peerDependencies": {
|
||||
"jquery": "3",
|
||||
"popper.js": "npm:popper.js@^1.11.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user