add bootstrap version 4.0.0 alpha 2
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user