diff options
| author | Brandon Keiji <[email protected]> | 2025-04-18 12:46:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-18 12:46:42 -0700 |
| commit | 56d4a35d05fbb581fd9efad8c8646e4b9bc42cd1 (patch) | |
| tree | c17270477b838698a5861c14639c63584a7b6f75 /.npmrc | |
| parent | abb60a4d1031fb32f6d40e2bbe2b2aca7b1433ee (diff) | |
feat: initial configs for npm publishing (#30)
* feat: initial configs for npm publishing
* fix: workspace reference
* fix: include LICENSE in npm run build
Diffstat (limited to '.npmrc')
| -rw-r--r-- | .npmrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +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 |
