Skip to content

Commit f2612d6

Browse files
danezkodiakhq[bot]
andauthored
fix: correctly set repository in package.json files (#4825)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 4c48b9a commit f2612d6

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

packages/build-info/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
},
2525
"keywords": [],
2626
"license": "MIT",
27-
"repository": "netlify/build-info",
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/netlify/build.git",
30+
"directory": "packages/build-info"
31+
},
2832
"bugs": {
2933
"url": "https://github.com/netlify/build/issues"
3034
},

packages/headers-parser/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
},
4141
"repository": {
4242
"type": "git",
43-
"url": "git+https://github.com/netlify/build.git"
43+
"url": "https://github.com/netlify/build.git",
44+
"directory": "packages/headers-parser"
4445
},
4546
"bugs": {
4647
"url": "https://github.com/netlify/build/issues"

packages/js-client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"homepage": "https://github.com/netlify/build",
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/netlify/build.git"
31+
"url": "https://github.com/netlify/build.git",
32+
"directory": "packages/js-client"
3233
},
3334
"bugs": {
3435
"url": "https://github.com/netlify/build/issues"

packages/nock-udp/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
},
1919
"keywords": [],
2020
"license": "MIT",
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/netlify/build.git",
24+
"directory": "packages/nock-udp"
25+
},
2126
"bugs": {
2227
"url": "https://github.com/netlify/build/issues"
2328
},

packages/redirect-parser/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
},
4141
"repository": {
4242
"type": "git",
43-
"url": "git+https://github.com/netlify/build.git"
43+
"url": "https://github.com/netlify/build.git",
44+
"directory": "packages/redirect-parser"
4445
},
4546
"bugs": {
4647
"url": "https://github.com/netlify/build/issues"

0 commit comments

Comments
 (0)