Add bootstrap3-dialog to registry, with overrides
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"main": "dist/js/bootstrap-dialog",
|
||||
"shim": {
|
||||
"dist/js/bootstrap-dialog": {
|
||||
"deps": [
|
||||
"bootstrap"
|
||||
|
||||
],
|
||||
"exports": "BootstrapDialog"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "github:twbs/bootstrap"
|
||||
},
|
||||
"files": ["dist/css", "dist/fonts", "dist/js"]
|
||||
}
|
||||
Reference in New Issue
Block a user