Skip to content

Commit 0cfc155

Browse files
authored
fix: set proper workspace repo urls in package.json (#4476)
1 parent 2b8f51e commit 0cfc155

File tree

13 files changed

+38
-13
lines changed

13 files changed

+38
-13
lines changed

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/npm/cli"
12+
"url": "https://github.com/npm/cli",
13+
"directory": "workspaces/docs"
1314
},
1415
"devDependencies": {
1516
"@mdx-js/mdx": "^1.6.22",

workspaces/arborist/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
},
6868
"repository": {
6969
"type": "git",
70-
"url": "https://github.com/npm/arborist"
70+
"url": "https://github.com/npm/cli",
71+
"directory": "workspaces/arborist"
7172
},
7273
"author": "GitHub Inc.",
7374
"license": "ISC",

workspaces/libnpmaccess/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/npm/libnpmaccess.git"
28+
"url": "https://github.com/npm/cli",
29+
"directory": "workspaces/libnpmaccess"
2930
},
3031
"bugs": "https://github.com/npm/libnpmaccess/issues",
3132
"homepage": "https://npmjs.com/package/libnpmaccess",

workspaces/libnpmdiff/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "libnpmdiff",
33
"version": "4.0.0",
44
"description": "The registry diff",
5-
"repository": "https://github.com/npm/libnpmdiff",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/npm/cli",
8+
"directory": "workspaces/libnpmdiff"
9+
},
610
"main": "lib/index.js",
711
"files": [
812
"bin",

workspaces/libnpmexec/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
"node": "^12.13.0 || ^14.15.0 || >=16"
1111
},
1212
"description": "npm exec (npx) programmatic API",
13-
"repository": "https://github.com/npm/libnpmexec",
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/npm/cli",
16+
"directory": "workspaces/libnpmexec"
17+
},
1418
"keywords": [
1519
"npm",
1620
"npmcli",

workspaces/libnpmfund/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"lib"
88
],
99
"description": "Programmatic API for npm fund",
10-
"repository": "https://github.com/npm/libnpmfund",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/npm/cli",
13+
"directory": "workspaces/libnpmfund"
14+
},
1115
"keywords": [
1216
"npm",
1317
"npmcli",

workspaces/libnpmhook/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
"tap": {
2525
"check-coverage": true
2626
},
27-
"repository": "https://github.com/npm/libnpmhook",
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/npm/cli",
30+
"directory": "workspaces/libnpmhook"
31+
},
2832
"keywords": [
2933
"npm",
3034
"hooks",

workspaces/libnpmorg/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": "https://github.com/npm/libnpmorg.git"
43+
"url": "https://github.com/npm/cli",
44+
"directory": "workspaces/libnpmorg"
4445
},
4546
"bugs": "https://github.com/npm/libnpmorg/issues",
4647
"homepage": "https://npmjs.com/package/libnpmorg",

workspaces/libnpmpack/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "https://github.com/npm/libnpmpack.git"
37+
"url": "https://github.com/npm/cli",
38+
"directory": "workspaces/libnpmpack"
3839
},
3940
"bugs": "https://github.com/npm/libnpmpack/issues",
4041
"homepage": "https://npmjs.com/package/libnpmpack",

workspaces/libnpmpublish/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "https://github.com/npm/cli.git"
41+
"url": "https://github.com/npm/cli",
42+
"directory": "workspaces/libnpmpublish"
4243
},
4344
"bugs": "https://github.com/npm/cli/issues",
4445
"homepage": "https://npmjs.com/package/libnpmpublish",

0 commit comments

Comments
 (0)