Skip to content

Commit 9849b51

Browse files
committed
fix: fixed repo link
1 parent 525b0a7 commit 9849b51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "heroku specific functionality for the cli-engine",
44
"version": "8.0.0",
55
"author": "Jeff Dickey @jdxcode",
6-
"bugs": "https://github.com/heroku/cli-engine-heroku/issues",
6+
"bugs": "https://github.com/heroku/heroku-cli-command/issues",
77
"dependencies": {
88
"cli-ux": "^3.3.26",
99
"debug": "^3.1.0",
@@ -43,13 +43,13 @@
4343
"files": [
4444
"lib"
4545
],
46-
"homepage": "https://github.com/heroku/cli-engine-heroku",
46+
"homepage": "https://github.com/heroku/heroku-cli-command",
4747
"keywords": [
4848
"heroku"
4949
],
5050
"license": "ISC",
5151
"main": "lib/index.js",
52-
"repository": "heroku/cli-engine-heroku",
52+
"repository": "heroku/heroku-cli-command",
5353
"scripts": {
5454
"build": "rm -rf lib && tsc",
5555
"lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test -t stylish\"",

0 commit comments

Comments
 (0)