From 13a0c5ddf74a89f22b5c7f1ac26954ed5c65ca7e Mon Sep 17 00:00:00 2001 From: rafsanulhasan Date: Sun, 12 Aug 2018 04:59:07 +0600 Subject: [PATCH] updated bower registry according to new version --- src/Web/WebMVC/.bowerrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }