Merge pull request #912 from frederikschubert/master

Add npm:bootstrap@4.0.0-alpha.2 override
This commit is contained in:
Guy Bedford
2016-06-11 14:56:49 +02:00
committed by GitHub
@@ -0,0 +1,30 @@
{
"main": "dist/js/bootstrap",
"files": [
"dist",
"grunt",
"js/*.js",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
],
"ignore": [
"dist/js/npm"
],
"directories": {
"lib": "."
},
"shim": {
"dist/js/bootstrap": {
"deps": [
"jquery",
"tether"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "*",
"tether": "github:HubSpot/tether@^1.1.1"
}
}