mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-16 10:34:07 +02:00
fixed package.json jspm section.
This commit is contained in:
committed by
Mark Otto
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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user