Merge pull request #923 from AshleyGrant/fix_bootstrap3
Lock bootstrap 3.3.6 to use jQuery 2.x
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"main": "js/bootstrap",
|
||||
"shim": {
|
||||
"js/bootstrap": {
|
||||
"deps": ["jquery"],
|
||||
"exports": "$"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "2"
|
||||
},
|
||||
"files": ["dist", "fonts", "js", "css", "less", "grunt", "LICENSE"],
|
||||
"systemjs": {
|
||||
"main": "dist/js/bootstrap.js",
|
||||
"modules": {
|
||||
"dist/js/bootstrap.js": {
|
||||
"deps": [
|
||||
"jquery"
|
||||
],
|
||||
"exports": "$"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user