bootstrap 4 release to remove directories.lib use
This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/js/bootstrap",
|
||||||
|
"files": null,
|
||||||
|
"ignore": [
|
||||||
|
"dist/js/npm"
|
||||||
|
],
|
||||||
|
"shim": {
|
||||||
|
"dist/js/bootstrap": {
|
||||||
|
"deps": [
|
||||||
|
"jquery",
|
||||||
|
"tether"
|
||||||
|
],
|
||||||
|
"exports": "$"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "*",
|
||||||
|
"tether": "github:HubSpot/tether@^1.1.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user