fix bootstrap 3.3.7 and add jquery 3.1.0 overrides
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
{
|
||||
"main": "dist/js/bootstrap.js",
|
||||
"shim": {
|
||||
"dist/js/bootstrap": {
|
||||
"deps": ["jquery"],
|
||||
"exports": "$"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "*"
|
||||
}
|
||||
}
|
||||
"main": "js/bootstrap.js",
|
||||
"shim": {
|
||||
"js/bootstrap": {
|
||||
"deps": [
|
||||
"jquery"
|
||||
],
|
||||
"exports": "$"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "jspm:jquery@*"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"fonts",
|
||||
"js",
|
||||
"css"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user