diff --git a/package-overrides/github/allpro/layout@1.4.3.json b/package-overrides/github/allpro/layout@1.4.3.json index 1c0cb1e..4505be5 100644 --- a/package-overrides/github/allpro/layout@1.4.3.json +++ b/package-overrides/github/allpro/layout@1.4.3.json @@ -5,11 +5,14 @@ "lib": "source/stable" }, "dependencies": { - "jquery": "*" + "jquery": "github:components/jquery", + "jquery-ui": "github:components/jqueryui" }, "shim": { "jquery-ui-layout": { - "deps": "jquery" + "deps": ["jquery","jquery-ui"] } } -} \ No newline at end of file +} + + diff --git a/package-overrides/github/mar10/fancytree@2.8.0.json b/package-overrides/github/mar10/fancytree@2.8.0.json index d789d0b..f5e1b48 100644 --- a/package-overrides/github/mar10/fancytree@2.8.0.json +++ b/package-overrides/github/mar10/fancytree@2.8.0.json @@ -5,11 +5,12 @@ "lib": "dist" }, "dependencies": { - "jquery": "*" + "jquery": "github:components/jquery", + "jquery-ui": "github:components/jqueryui" }, "shim": { "jquery-fancytree": { - "deps": "jquery" + "deps": ["jquery","jquery-ui"] } } } diff --git a/registry.json b/registry.json index 3e1e482..55e60f9 100644 --- a/registry.json +++ b/registry.json @@ -20,6 +20,7 @@ "angular-breadcrumb": "github:ncuillery/angular-breadcrumb", "angular-cookies": "github:angular/bower-angular-cookies", "angular-file-upload": "github:danialfarid/angular-file-upload-bower", + "angular-google-maps": "github:angular-ui/angular-google-maps", "angular-http-auth": "github:witoldsz/angular-http-auth", "angular-loading-bar": "github:chieffancypants/angular-loading-bar", "angular-locker": "github:tymondesigns/angular-locker",