Skip to content

Commit

Permalink
fix URLs in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed Nov 2, 2023
1 parent 57b7b37 commit 1055096
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 @@ -34,10 +34,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/mreinstein/hyperx.git"
"url": "git+https://github.com/choojs/hyperx.git"
},
"bugs": {
"url": "https://github.com/mreinstein/hyperx/issues"
"url": "https://github.com/choojs/hyperx/issues"
},
"homepage": "https://github.com/mreinstein/hyperx#readme"
"homepage": "https://github.com/choojs/hyperx#readme"
}

0 comments on commit 1055096

Please sign in to comment.