mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
fixed package.json jspm section.
This commit is contained in:
committed by
Mark Otto
parent
b5a2441f1b
commit
f822307694
+6
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user