From 6e4d4fc604cbd62202d44c6577f38309368cca50 Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Fri, 18 Apr 2025 16:18:44 -0700 Subject: [PATCH] fix: temporarily comment out .npmrc (#43) --- .npmrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.npmrc b/.npmrc index c81d9d40..ea2c1bc9 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,3 @@ -; TODO(b/411429188): move this to an artifact registry in the official gemini-code gcp project -@google:registry=https://us-west1-npm.pkg.dev/kkb-dev/gemini-code/ -//us-west1-npm.pkg.dev/kkb-dev/gemini-code/:always-auth=true \ No newline at end of file +; TODO(b/411429188): re-enable and migrate once our private GCP project is up +# @gemin-code-dev:registry=https://us-west1-npm.pkg.dev/kkb-dev/gemini-code/ +# //us-west1-npm.pkg.dev/kkb-dev/gemini-code/:always-auth=true \ No newline at end of file