Merge pull request #912 from frederikschubert/master
Add npm:bootstrap@4.0.0-alpha.2 override
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user