Merge pull request #952 from BBosman/bootstrap
Bootstrap 3.3.7 supports jQuery 3
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/js/bootstrap.js",
|
||||||
|
"shim": {
|
||||||
|
"dist/js/bootstrap": {
|
||||||
|
"deps": ["jquery"],
|
||||||
|
"exports": "$"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "*"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user