From 80a4d89072675f611a9573e9310230927869f1de Mon Sep 17 00:00:00 2001 From: Eudes Petonnet-Vincent Date: Fri, 18 Nov 2016 08:36:32 -0800 Subject: [PATCH] [ICONS] Depend on custom-elements NPM package Our peer dependency (and our internal one) was to their GitHub repo directly, which creates a lot of issues. Moved to their NPM package with a hard version number for now. Signed-off-by: Eudes Petonnet-Vincent --- build/npm/clarity-icons.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/npm/clarity-icons.json b/build/npm/clarity-icons.json index d94e9beb66..3eb02f26e4 100644 --- a/build/npm/clarity-icons.json +++ b/build/npm/clarity-icons.json @@ -9,7 +9,7 @@ }, "peerDependencies": { "mutationobserver-shim": "^0.3.2", - "@webcomponents/custom-elements": "github:webcomponents/custom-elements.git#v1.0.0-alpha.3" + "@webcomponents/custom-elements": "1.0.0-alpha.3" }, //@exclude "scripts": { diff --git a/package.json b/package.json index 4c0a6e44bc..a3054bfd51 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@angular/platform-browser-dynamic": "2.2.0", "@angular/router": "3.2.0", "@angular/upgrade": "2.2.0", - "@webcomponents/custom-elements": "github:webcomponents/custom-elements", + "@webcomponents/custom-elements": "1.0.0-alpha.3", "angular": "1.5.x", "core-js": "^2.4.0", "font-awesome": "^4.5.0",