Skip to content

Commit c306c78

Browse files
committed
fix: repo name
1 parent 52ecf1a commit c306c78

File tree

20 files changed

+54
-54
lines changed

20 files changed

+54
-54
lines changed

packages/addons-v5/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.2.31",
55
"author": "Bo Jeanes @bjeanes",
66
"bugs": {
7-
"url": "https://github.com/heroku/heroku-cli-addons/issues"
7+
"url": "https://github.com/heroku/cli/issues"
88
},
99
"dependencies": {
1010
"co": "4.6.0",
@@ -30,13 +30,13 @@
3030
"lib",
3131
"commands"
3232
],
33-
"homepage": "https://github.com/heroku/heroku-cli-addons",
33+
"homepage": "https://github.com/heroku/cli",
3434
"keywords": [
3535
"heroku-plugin"
3636
],
3737
"license": "ISC",
3838
"main": "index.js",
39-
"repository": "https://github.com/heroku/heroku-cli-addons",
39+
"repository": "https://github.com/heroku/cli",
4040
"scripts": {
4141
"release": "np",
4242
"test": "nyc mocha && standard",

packages/apps-v5/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "7.3.0",
55
"author": "Jeff Dickey (@jdxcode)",
66
"bugs": {
7-
"url": "https://github.com/heroku/heroku-apps/issues"
7+
"url": "https://github.com/heroku/cli/issues"
88
},
99
"publishConfig": {
1010
"access": "public"
@@ -54,15 +54,15 @@
5454
"assets",
5555
"src"
5656
],
57-
"homepage": "https://github.com/heroku/heroku-apps",
57+
"homepage": "https://github.com/heroku/cli",
5858
"keywords": [
5959
"heroku-plugin"
6060
],
6161
"license": "ISC",
6262
"main": "src/index.js",
6363
"repository": {
6464
"type": "git",
65-
"url": "https://github.com/heroku/heroku-apps.git"
65+
"url": "https://github.com/heroku/cli.git"
6666
},
6767
"scripts": {
6868
"postpublish": "rm .oclif.manifest.json",

packages/auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "auth core plugin for Heroku CLI",
44
"version": "7.2.0",
55
"author": "Jeff Dickey @jdxcode",
6-
"bugs": "https://github.com/heroku/heroku-cli-plugin-auth/issues",
6+
"bugs": "https://github.com/heroku/cli/issues",
77
"dependencies": {
88
"@heroku-cli/color": "^1.1.5",
99
"@heroku-cli/command": "^8.1.26",
@@ -41,7 +41,7 @@
4141
".oclif.manifest.json",
4242
"/lib"
4343
],
44-
"homepage": "https://github.com/heroku/heroku-cli-plugin-auth",
44+
"homepage": "https://github.com/heroku/cli",
4545
"keywords": [
4646
"oclif-plugin"
4747
],
@@ -53,7 +53,7 @@
5353
"@oclif/plugin-help"
5454
]
5555
},
56-
"repository": "heroku/heroku-cli-plugin-auth",
56+
"repository": "heroku/cli",
5757
"scripts": {
5858
"postpack": "rm -f .oclif.manifest.json",
5959
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",

packages/certs-v5/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.3.1",
55
"author": "Ransom Briggs rbriggs@heroku.com",
66
"bugs": {
7-
"url": "https://github.com/heroku/heroku-certs/issues"
7+
"url": "https://github.com/heroku/cli/issues"
88
},
99
"dependencies": {
1010
"co": "4.6.0",
@@ -40,7 +40,7 @@
4040
],
4141
"license": "ISC",
4242
"main": "index.js",
43-
"repository": "heroku/heroku-certs",
43+
"repository": "heroku/cli",
4444
"scripts": {
4545
"test": "TZ=utc nyc mocha && standard",
4646
"prepublishOnly": "oclif-dev manifest",

packages/certs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@heroku-cli/plugin-certs",
33
"version": "2.0.1",
44
"author": "Jeff Dickey @jdxcode",
5-
"bugs": "https://github.com/heroku/heroku-cli-plugin-certs/issues",
5+
"bugs": "https://github.com/heroku/cli/issues",
66
"dependencies": {
77
"@heroku-cli/command": "^8.1.18",
88
"@oclif/command": "^1",
@@ -32,7 +32,7 @@
3232
"/lib",
3333
"/oclif.manifest.json"
3434
],
35-
"homepage": "https://github.com/heroku/heroku-cli-plugin-certs",
35+
"homepage": "https://github.com/heroku/cli",
3636
"keywords": [
3737
"oclif-plugin"
3838
],
@@ -44,7 +44,7 @@
4444
"@oclif/plugin-help"
4545
]
4646
},
47-
"repository": "heroku/heroku-cli-plugin-certs",
47+
"repository": "heroku/cli",
4848
"scripts": {
4949
"postpack": "rm -f oclif.manifest.json",
5050
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",

packages/ci-v5/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.9.12",
55
"author": "Andrew Appleton, Gudmundur Bjarni Olafsson, Max Beizer, Ransom Briggs",
66
"bugs": {
7-
"url": "https://github.com/heroku/heroku-ci/issues"
7+
"url": "https://github.com/heroku/cli/issues"
88
},
99
"dependencies": {
1010
"@heroku-cli/command": "^8.1.14",
@@ -43,15 +43,15 @@
4343
"commands",
4444
"lib"
4545
],
46-
"homepage": "https://github.com/heroku/heroku-ci#readme",
46+
"homepage": "https://github.com/heroku/cli#readme",
4747
"keywords": [
4848
"heroku-plugin"
4949
],
5050
"license": "MIT",
5151
"main": "index.js",
5252
"repository": {
5353
"type": "git",
54-
"url": "git+https://github.com/heroku/heroku-ci.git"
54+
"url": "git+https://github.com/heroku/cli.git"
5555
},
5656
"scripts": {
5757
"format": "standard --format",

packages/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@heroku-cli/plugin-config",
33
"version": "1.3.1",
44
"author": "Jeff Dickey @jdxcode",
5-
"bugs": "https://github.com/heroku/heroku-cli-plugin-config/issues",
5+
"bugs": "https://github.com/heroku/cli/issues",
66
"dependencies": {
77
"@heroku-cli/color": "^1.1.5",
88
"@heroku-cli/command": "^8.1.26",
@@ -44,7 +44,7 @@
4444
"oclif.manifest.json",
4545
"/lib"
4646
],
47-
"homepage": "https://github.com/heroku/heroku-cli-plugin-config",
47+
"homepage": "https://github.com/heroku/cli",
4848
"keywords": [
4949
"oclif-plugin"
5050
],
@@ -56,7 +56,7 @@
5656
"@oclif/plugin-help"
5757
]
5858
},
59-
"repository": "heroku/heroku-cli-plugin-config",
59+
"repository": "heroku/cli",
6060
"scripts": {
6161
"postpack": "rm -f oclif.manifest.json",
6262
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",

packages/container-registry-v5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
"license": "ISC",
3939
"main": "index.js",
40-
"repository": "https://github.com/heroku/heroku-container-registry",
40+
"repository": "heroku/cli",
4141
"scripts": {
4242
"depcheck": "depcheck || true",
4343
"postpublish": "rm .oclif.manifest.json",

packages/git/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "7.1.0",
55
"author": "Jeff Dickey (@jdxcode)",
66
"bugs": {
7-
"url": "https://github.com/heroku/heroku-git/issues"
7+
"url": "https://github.com/heroku/cli/issues"
88
},
99
"dependencies": {
1010
"@heroku-cli/color": "^1.1.5",
@@ -43,7 +43,7 @@
4343
"/lib",
4444
"/oclif.manifest.json"
4545
],
46-
"homepage": "https://github.com/heroku/heroku-git",
46+
"homepage": "https://github.com/heroku/cli",
4747
"keywords": [
4848
"heroku-plugin"
4949
],
@@ -62,7 +62,7 @@
6262
},
6363
"repository": {
6464
"type": "git",
65-
"url": "https://github.com/heroku/heroku-git.git"
65+
"url": "https://github.com/heroku/cli.git"
6666
},
6767
"scripts": {
6868
"postpack": "rm -f oclif.manifest.json",

packages/local-v5/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "5.1.25",
55
"author": "Jeff Dickey @dickeyxxx",
66
"bugs": {
7-
"url": "https://github.com/heroku/heroku-local/issues"
7+
"url": "https://github.com/heroku/cli/issues"
88
},
99
"dependencies": {
1010
"@heroku-cli/command": "^8.1.20",
@@ -24,15 +24,15 @@
2424
"commands",
2525
"lib"
2626
],
27-
"homepage": "https://github.com/heroku/heroku-local",
27+
"homepage": "https://github.com/heroku/cli",
2828
"keywords": [
2929
"heroku-plugin"
3030
],
3131
"license": "ISC",
3232
"main": "index.js",
3333
"repository": {
3434
"type": "git",
35-
"url": "https://github.com/heroku/heroku-local"
35+
"url": "https://github.com/heroku/cli"
3636
},
3737
"scripts": {
3838
"test": "bats test && standard",

0 commit comments

Comments
 (0)