diff options
| author | Brandon Keiji <[email protected]> | 2025-04-18 16:18:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-18 16:18:44 -0700 |
| commit | 6e4d4fc604cbd62202d44c6577f38309368cca50 (patch) | |
| tree | cdbc1932a69f4fcab0a6cebfefac32e7ec3db70c /.npmrc | |
| parent | 40e11e053c1cf304255c21f91e950c520285c6c5 (diff) | |
fix: temporarily comment out .npmrc (#43)
Diffstat (limited to '.npmrc')
| -rw-r--r-- | .npmrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
