Skip to content

Commit 2340de4

Browse files
fix: package.json links in gax, tools and logging utils (#498)
1 parent b22feee commit 2340de4

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

dev-packages/logging-utils/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"license": "Apache-2.0",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/googleapis/gax-nodejs.git",
26-
"directory": "logging-utils"
25+
"directory": "dev-packages/logging-utils",
26+
"url": "https://github.com/googleapis/google-cloud-node-core.git"
2727
},
2828
"devDependencies": {
2929
"@types/mocha": "^10.0.10",
@@ -35,6 +35,10 @@
3535
"sinon": "^21.0.0",
3636
"typescript": "^5.1.6"
3737
},
38+
"bugs": {
39+
"url": "https://github.com/googleapis/google-cloud-node-core/issues"
40+
},
41+
"homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/dev-packages/logging-utils",
3842
"engines": {
3943
"node": ">=14"
4044
}

packages/gax/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@
9999
},
100100
"repository": {
101101
"type": "git",
102-
"url": "https://github.com/googleapis/gax-nodejs.git",
103-
"directory": "gax"
102+
"directory": "packages/gax",
103+
"url": "https://github.com/googleapis/google-cloud-node-core.git"
104104
},
105105
"author": "Google API Authors",
106106
"license": "Apache-2.0",
107107
"bugs": {
108-
"url": "https://github.com/googleapis/gax-nodejs/issues"
108+
"url": "https://github.com/googleapis/google-cloud-node-core/issues"
109109
},
110-
"homepage": "https://github.com/googleapis/gax-nodejs#readme",
110+
"homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/packages/gax",
111111
"engines": {
112112
"node": ">=18"
113113
},

packages/tools/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
},
4141
"repository": {
4242
"type": "git",
43-
"url": "https://github.com/googleapis/gax-nodejs.git",
44-
"directory": "gapic-tools"
43+
"directory": "packages/tools",
44+
"url": "https://github.com/googleapis/google-cloud-node-core.git"
4545
},
4646
"devDependencies": {
4747
"@babel/cli": "^7.26.4",
@@ -58,6 +58,10 @@
5858
"protobufjs": "^7.5.0",
5959
"typescript": "^5.7.3"
6060
},
61+
"bugs": {
62+
"url": "https://github.com/googleapis/google-cloud-node-core/issues"
63+
},
64+
"homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/packages/tools",
6165
"engines": {
6266
"node": ">=18"
6367
}

0 commit comments

Comments
 (0)