From 9bb4418bc8d05be2ce2cd159c4c1eb4c36e9c4f9 Mon Sep 17 00:00:00 2001 From: Barna Toth Date: Thu, 19 Oct 2017 15:43:18 +0200 Subject: [PATCH] New public registry url --- bower.conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.conf.json b/bower.conf.json index 1672e5b..ff7ef5e 100644 --- a/bower.conf.json +++ b/bower.conf.json @@ -8,7 +8,7 @@ }, "public": { "disabled": false, - "registry": "https://bower.herokuapp.com/packages", + "registry": "https://registry.bower.io/packages", "registryFile": "./bowerRepositoryPublic.json", "whitelist": [], "blacklist": [] @@ -56,4 +56,4 @@ "enabled": false, "configPath" : "log4js.conf.json" } -} \ No newline at end of file +}