From 0d4d0060bd23486295f130376f73ef6f4502acae Mon Sep 17 00:00:00 2001 From: rafsanulhasan Date: Mon, 13 Aug 2018 11:22:17 +0600 Subject: [PATCH] Specified new address for bower registry from boswer.herokuapp.com to registry.bower.io --- src/Services/Identity/Identity.API/.bowerrc | 3 ++- src/Web/WebMVC/.bowerrc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Services/Identity/Identity.API/.bowerrc b/src/Services/Identity/Identity.API/.bowerrc index 6406626ab..9064d2344 100644 --- a/src/Services/Identity/Identity.API/.bowerrc +++ b/src/Services/Identity/Identity.API/.bowerrc @@ -1,3 +1,4 @@ { - "directory": "wwwroot/lib" + "directory": "wwwroot/lib", + "registry": "https://registry.bower.io" } diff --git a/src/Web/WebMVC/.bowerrc b/src/Web/WebMVC/.bowerrc index 6406626ab..9064d2344 100644 --- a/src/Web/WebMVC/.bowerrc +++ b/src/Web/WebMVC/.bowerrc @@ -1,3 +1,4 @@ { - "directory": "wwwroot/lib" + "directory": "wwwroot/lib", + "registry": "https://registry.bower.io" }