diff options
| author | Brandon Keiji <[email protected]> | 2025-04-21 23:11:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-21 23:11:51 -0700 |
| commit | 79710375e3477ec821aa889c02eb64f2529440af (patch) | |
| tree | 51552ebfba9606bf82aad079bc3b9a31452b51d7 /.npmrc | |
| parent | 98fa8d2b5134dd919dffb7cb68a3f97dad0b159f (diff) | |
fix: point npmrc to dogfood artifact registry (#108)
Diffstat (limited to '.npmrc')
| -rw-r--r-- | .npmrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ ; 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 +; @gemini-code:registry=https://us-west1-npm.pkg.dev/gemini-code-dev/gemini-code/ +; //us-west1-npm.pkg.dev/gemini-code-dev/gemini-code/:always-auth=true |
