From 70429c84629240697fdd4088c05a1c2d8a707389 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 23 Oct 2019 12:26:11 +0200 Subject: Change npm repo Change the npm repo so that it refers to the right one set by LF team Issue-ID: CLAMP-450 Change-Id: Ic5ee9623c2dfce1d829f43c50afb4d087e4158f0 Signed-off-by: sebdet --- ui-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-react/package.json') diff --git a/ui-react/package.json b/ui-react/package.json index dbe394174..8c4e78b2e 100644 --- a/ui-react/package.json +++ b/ui-react/package.json @@ -5,7 +5,7 @@ "author": "ONAP Clamp Team", "license": "Apache-2.0", "publishConfig": { - "registry": "https://nexus3.onap.org/repository/npm.snapshot/" + "registry": "https://nexus3.onap.org/repository/npm.public/" }, "main": "index.js", "proxy": "https://localhost:8443", -- cgit 1.2.3-korg