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