Lock bootstrap 3.3.6 to use jQuery 2.x

This commit is contained in:
Ashley Grant
2016-06-24 12:06:25 -04:00
parent 533226c514
commit 25ba70f726
@@ -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": "$"
}
}
}
}