Merge pull request #736 from delebash/master

bootstrap v4.0.0 alpha2
This commit is contained in:
Guy Bedford
2016-02-03 17:26:52 +02:00
@@ -0,0 +1,23 @@
{
"main": "js/bootstrap",
"files": null,
"ignore": [
"dist/js/npm"
],
"directories": {
"lib": "dist"
},
"shim": {
"js/bootstrap": {
"deps": [
"jquery",
"tether"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery",
"tether": "github:HubSpot/tether"
}
}