Add bootstrap3-dialog to registry, with overrides

This commit is contained in:
Nicklas Börjesson
2015-08-01 18:48:09 +02:00
parent 4308d768e8
commit 05030cfefe
2 changed files with 17 additions and 0 deletions
@@ -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"]
}