Merge pull request #534 from jdanyow/bootstrap@4.0.0-alpha

bootstrap@4.0.0-alpha
This commit is contained in:
Guy Bedford
2015-08-24 13:49:25 +02:00
@@ -0,0 +1,21 @@
{
"main": "js/bootstrap",
"files": null,
"ignore": [
"dist/js/npm"
],
"directories": {
"lib": "dist"
},
"shim": {
"js/bootstrap": {
"deps": [
"jquery"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery"
}
}