Merge pull request #952 from BBosman/bootstrap

Bootstrap 3.3.7 supports jQuery 3
This commit is contained in:
Guy Bedford
2016-08-22 13:41:17 +02:00
committed by GitHub
@@ -0,0 +1,12 @@
{
"main": "dist/js/bootstrap.js",
"shim": {
"dist/js/bootstrap": {
"deps": ["jquery"],
"exports": "$"
}
},
"dependencies": {
"jquery": "*"
}
}