From f1b0772fe3a6bb3071263eef9bd7338b5407c2c6 Mon Sep 17 00:00:00 2001 From: Tauren Mills Date: Wed, 8 Oct 2014 00:03:26 -0700 Subject: [PATCH] Add ng-multi-transclude@0.1.1 to registry --- .../github/zachsnow/ng-multi-transclude@0.1.1.json | 3 +++ registry.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json 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..290b9aa --- /dev/null +++ b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json @@ -0,0 +1,3 @@ +{ + "main": "src/multi-transclude" +} \ No newline at end of file diff --git a/registry.json b/registry.json index a8a265e..0c3ef5e 100644 --- a/registry.json +++ b/registry.json @@ -58,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",