mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
fixed package.json jspm section.
This commit is contained in:
parent
b5a2441f1b
commit
f822307694
1 changed files with 6 additions and 3 deletions
|
|
@ -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…
Reference in a new issue