Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[ICONS] Depend on custom-elements NPM package
Browse files Browse the repository at this point in the history
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 <epetonnetvince@vmware.com>
  • Loading branch information
youdz committed Nov 18, 2016
1 parent dce690f commit 80a4d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/npm/clarity-icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 80a4d89

Please sign in to comment.