From fd8bfc9f39debda1d56295fdca66dce4690c6869 Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Tue, 21 May 2024 14:42:42 -0400 Subject: [PATCH] Update npmrc to have correct Zowe registry Signed-off-by: Andrew W. Harn --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index d63c6c46..92211262 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ registry=https://registry.npmjs.org/ -@zowe:registry=https://zowe.jfrog.io/zowe/api/npm/npm-local-release/ \ No newline at end of file +@zowe:registry=https://zowe.jfrog.io/zowe/api/npm/npm-release/ \ No newline at end of file