Merge pull request #923 from AshleyGrant/fix_bootstrap3

Lock bootstrap 3.3.6 to use jQuery 2.x
This commit is contained in:
Guy Bedford
2016-06-24 20:22:32 +02:00
committed by GitHub
@@ -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": "$"
}
}
}
}