diff --git a/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json b/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json new file mode 100644 index 0000000..092541b --- /dev/null +++ b/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json @@ -0,0 +1,6 @@ +{ + "main": "angular-ui-tree.min", + "directories": { + "lib": "dist" + } +} diff --git a/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json new file mode 100644 index 0000000..9146607 --- /dev/null +++ b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json @@ -0,0 +1,6 @@ +{ + "main": "multi-transclude", + "directories": { + "lib": "src" + } +} diff --git a/registry.json b/registry.json index 424f9db..d956669 100644 --- a/registry.json +++ b/registry.json @@ -14,6 +14,7 @@ "angular-material": "github:angular/bower-material", "angular-ui-router": "github:angular-ui/ui-router", "angular-ui-router-extras": "github:christopherthielen/ui-router-extras", + "angular-ui-tree": "github:JimLiu/angular-ui-tree", "angularFire": "github:firebase/angularFire", "backbone": "npm:backbone", "backbone.babysitter": "github:marionettejs/backbone.babysitter", @@ -57,6 +58,7 @@ "moment": "github:moment/moment", "msgs": "github:cujojs/msgs", "mustache": "github:janl/mustache.js", + "ng-multi-transclude": "github:zachsnow/ng-multi-transclude", "nprogress": "github:rstacruz/nprogress", "nodelibs": "github:jspm/nodelibs", "parallax": "github:wagerfield/parallax",