Skip to content

Commit

Permalink
Fix repo URLs in package.json (#167)
Browse files Browse the repository at this point in the history
Since https://github.com/heroku/heroku-build (note the missing trailing "s") redirects to an unrelated repo (https://github.com/heroku/sf-plugin-builds).
  • Loading branch information
edmorley authored Aug 21, 2024
1 parent 5a03848 commit d7d86f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Heroku CLI plugin to list and create builds for Heroku apps",
"repository": {
"type": "git",
"url": "https://github.com/heroku/heroku-build.git"
"url": "https://github.com/heroku/heroku-builds.git"
},
"engines": {
"node": "~16.20.0"
Expand All @@ -15,9 +15,9 @@
"author": "Heroku",
"license": "ISC",
"bugs": {
"url": "https://github.com/heroku/heroku-build/issues"
"url": "https://github.com/heroku/heroku-builds/issues"
},
"homepage": "https://github.com/heroku/heroku-build",
"homepage": "https://github.com/heroku/heroku-builds",
"scripts": {
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md",
Expand Down

0 comments on commit d7d86f3

Please sign in to comment.