Skip to content

Commit 57ebebf

Browse files
authored
fix: update repository.url in package.json (#7418)
This is what npm changes it do during publish anyways
1 parent 9fea383 commit 57ebebf

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/npm/cli.git",
19+
"url": "git+https://github.com/npm/cli.git",
2020
"directory": "docs"
2121
},
2222
"devDependencies": {

mock-globals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/npm/cli.git",
18+
"url": "git+https://github.com/npm/cli.git",
1919
"directory": "mock-globals"
2020
},
2121
"keywords": [],

mock-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "https://github.com/npm/cli.git",
18+
"url": "git+https://github.com/npm/cli.git",
1919
"directory": "mock-registry"
2020
},
2121
"keywords": [],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"author": "GitHub Inc.",
2828
"repository": {
2929
"type": "git",
30-
"url": "https://github.com/npm/cli.git"
30+
"url": "git+https://github.com/npm/cli.git"
3131
},
3232
"bugs": {
3333
"url": "https://github.com/npm/cli/issues"

smoke-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/npm/cli.git",
17+
"url": "git+https://github.com/npm/cli.git",
1818
"directory": "smoke-tests"
1919
},
2020
"devDependencies": {

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"repository": {
6464
"type": "git",
65-
"url": "https://github.com/npm/cli.git",
65+
"url": "git+https://github.com/npm/cli.git",
6666
"directory": "workspaces/arborist"
6767
},
6868
"author": "GitHub Inc.",

workspaces/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "Configuration management for the npm cli",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/npm/cli.git",
12+
"url": "git+https://github.com/npm/cli.git",
1313
"directory": "workspaces/config"
1414
},
1515
"author": "GitHub Inc.",

workspaces/libnpmaccess/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"repository": {
2525
"type": "git",
26-
"url": "https://github.com/npm/cli.git",
26+
"url": "git+https://github.com/npm/cli.git",
2727
"directory": "workspaces/libnpmaccess"
2828
},
2929
"bugs": "https://github.com/npm/libnpmaccess/issues",

workspaces/libnpmdiff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/npm/cli.git",
7+
"url": "git+https://github.com/npm/cli.git",
88
"directory": "workspaces/libnpmdiff"
99
},
1010
"main": "lib/index.js",

workspaces/libnpmexec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"description": "npm exec (npx) programmatic API",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/npm/cli.git",
15+
"url": "git+https://github.com/npm/cli.git",
1616
"directory": "workspaces/libnpmexec"
1717
},
1818
"keywords": [

workspaces/libnpmfund/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "Programmatic API for npm fund",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/npm/cli.git",
12+
"url": "git+https://github.com/npm/cli.git",
1313
"directory": "workspaces/libnpmfund"
1414
},
1515
"keywords": [

workspaces/libnpmhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/npm/cli.git",
21+
"url": "git+https://github.com/npm/cli.git",
2222
"directory": "workspaces/libnpmhook"
2323
},
2424
"keywords": [

workspaces/libnpmorg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": "https://github.com/npm/cli.git",
38+
"url": "git+https://github.com/npm/cli.git",
3939
"directory": "workspaces/libnpmorg"
4040
},
4141
"bugs": "https://github.com/npm/libnpmorg/issues",

workspaces/libnpmpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"repository": {
3232
"type": "git",
33-
"url": "https://github.com/npm/cli.git",
33+
"url": "git+https://github.com/npm/cli.git",
3434
"directory": "workspaces/libnpmpack"
3535
},
3636
"bugs": "https://github.com/npm/libnpmpack/issues",

workspaces/libnpmpublish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "https://github.com/npm/cli.git",
35+
"url": "git+https://github.com/npm/cli.git",
3636
"directory": "workspaces/libnpmpublish"
3737
},
3838
"bugs": "https://github.com/npm/cli/issues",

workspaces/libnpmsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "https://github.com/npm/cli.git",
35+
"url": "git+https://github.com/npm/cli.git",
3636
"directory": "workspaces/libnpmsearch"
3737
},
3838
"bugs": "https://github.com/npm/libnpmsearch/issues",

workspaces/libnpmteam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/npm/cli.git",
25+
"url": "git+https://github.com/npm/cli.git",
2626
"directory": "workspaces/libnpmteam"
2727
},
2828
"files": [

workspaces/libnpmversion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"description": "library to do the things that 'npm version' does",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/npm/cli.git",
12+
"url": "git+https://github.com/npm/cli.git",
1313
"directory": "workspaces/libnpmversion"
1414
},
1515
"author": "GitHub Inc.",

0 commit comments

Comments
 (0)