fix: point npmrc to dogfood artifact registry (#108)

This commit is contained in:
Brandon Keiji
2025-04-21 23:11:51 -07:00
committed by GitHub
parent 98fa8d2b51
commit 79710375e3
7 changed files with 122 additions and 8 deletions
+10 -2
View File
@@ -1,12 +1,12 @@
{
"name": "gemini-code",
"version": "1.0.0",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gemini-code",
"version": "1.0.0",
"version": "0.1.0",
"workspaces": [
"packages/*"
],
@@ -18,6 +18,7 @@
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.0.0",
"lodash": "^4.17.21",
"prettier": "^3.5.3",
"typescript-eslint": "^8.30.1"
}
@@ -4344,6 +4345,13 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/lodash": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
"dev": true,
"license": "MIT"
},
"node_modules/lodash.merge": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",