Add npm:bootstrap@4.0.0-alpha.2 override

This commit is contained in:
Frederik Schubert
2016-06-10 19:03:33 +08:00
parent 3a86899cee
commit 4da32e0c41
@@ -0,0 +1,23 @@
{
"main": "dist/js/bootstrap",
"files": null,
"ignore": [
"dist/js/npm"
],
"directories": {
"lib": "."
},
"shim": {
"dist/js/bootstrap": {
"deps": [
"jquery",
"tether"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "*",
"tether": "github:HubSpot/tether@^1.1.1"
}
}