Skip to content

Commit

Permalink
fix: update repository.url in package.json (#7418)
Browse files Browse the repository at this point in the history
This is what npm changes it do during publish anyways
  • Loading branch information
wraithgar committed Apr 25, 2024
1 parent 9fea383 commit 57ebebf
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "docs"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion mock-globals/package.json
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "mock-globals"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion mock-registry/package.json
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "mock-registry"
},
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -27,7 +27,7 @@
"author": "GitHub Inc.",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git"
"url": "git+https://github.com/npm/cli.git"
},
"bugs": {
"url": "https://github.com/npm/cli/issues"
Expand Down
2 changes: 1 addition & 1 deletion smoke-tests/package.json
Expand Up @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "smoke-tests"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Expand Up @@ -62,7 +62,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/arborist"
},
"author": "GitHub Inc.",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/config/package.json
Expand Up @@ -9,7 +9,7 @@
"description": "Configuration management for the npm cli",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/config"
},
"author": "GitHub Inc.",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/package.json
Expand Up @@ -23,7 +23,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmaccess"
},
"bugs": "https://github.com/npm/libnpmaccess/issues",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmdiff/package.json
Expand Up @@ -4,7 +4,7 @@
"description": "The registry diff",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmdiff"
},
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmexec/package.json
Expand Up @@ -12,7 +12,7 @@
"description": "npm exec (npx) programmatic API",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmexec"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmfund/package.json
Expand Up @@ -9,7 +9,7 @@
"description": "Programmatic API for npm fund",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmfund"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmhook/package.json
Expand Up @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmhook"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmorg/package.json
Expand Up @@ -35,7 +35,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmorg"
},
"bugs": "https://github.com/npm/libnpmorg/issues",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpack/package.json
Expand Up @@ -30,7 +30,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmpack"
},
"bugs": "https://github.com/npm/libnpmpack/issues",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmpublish/package.json
Expand Up @@ -32,7 +32,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmpublish"
},
"bugs": "https://github.com/npm/cli/issues",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmsearch/package.json
Expand Up @@ -32,7 +32,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmsearch"
},
"bugs": "https://github.com/npm/libnpmsearch/issues",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmteam/package.json
Expand Up @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmteam"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmversion/package.json
Expand Up @@ -9,7 +9,7 @@
"description": "library to do the things that 'npm version' does",
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git",
"url": "git+https://github.com/npm/cli.git",
"directory": "workspaces/libnpmversion"
},
"author": "GitHub Inc.",
Expand Down

0 comments on commit 57ebebf

Please sign in to comment.