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",
|
"main": "js/bootstrap.js",
|
||||||
"shim": {
|
"shim": {
|
||||||
"dist/js/bootstrap": {
|
"js/bootstrap": {
|
||||||
"deps": ["jquery"],
|
"deps": [
|
||||||
"exports": "$"
|
"jquery"
|
||||||
}
|
],
|
||||||
},
|
"exports": "$"
|
||||||
"dependencies": {
|
}
|
||||||
"jquery": "*"
|
},
|
||||||
}
|
"dependencies": {
|
||||||
}
|
"jquery": "jspm:jquery@*"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"fonts",
|
||||||
|
"js",
|
||||||
|
"css"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"format": "amd"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user