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"]
|
||||||
|
}
|
||||||
@@ -130,6 +130,7 @@
|
|||||||
"bootstrap-sass": "github:twbs/bootstrap-sass",
|
"bootstrap-sass": "github:twbs/bootstrap-sass",
|
||||||
"bootstrap-slider": "github:seiyria/bootstrap-slider",
|
"bootstrap-slider": "github:seiyria/bootstrap-slider",
|
||||||
"bootstrap-wizard": "github:gwrey/bootstrap-wizard",
|
"bootstrap-wizard": "github:gwrey/bootstrap-wizard",
|
||||||
|
"bootstrap3-dialog": "github:nakupanda/bootstrap3-dialog",
|
||||||
"breeze": "npm:breeze-client",
|
"breeze": "npm:breeze-client",
|
||||||
"buffer": "github:jspm/nodelibs-buffer",
|
"buffer": "github:jspm/nodelibs-buffer",
|
||||||
"chai": "npm:chai",
|
"chai": "npm:chai",
|
||||||
|
|||||||
Reference in New Issue
Block a user