Skip to content

Commit

Permalink
Update repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreKavalerski committed Jul 9, 2020
1 parent ef86548 commit bcd1344
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,12 +34,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexandreKavalerski/a-star-typescript.git"
"url": "git+https://github.com/AlexandreKavalerski/a-star-puzzle-solver.git"
},
"author": "Alexandre Kavalerski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexandreKavalerski/a-star-typescript/issues"
"url": "https://github.com/AlexandreKavalerski/a-star-puzzle-solver/issues"
},
"keywords": [
"Search Algorithm",
Expand All @@ -48,5 +48,5 @@
"A*",
"Typescript"
],
"homepage": "https://github.com/AlexandreKavalerski/a-star-typescript#readme"
"homepage": "https://github.com/AlexandreKavalerski/a-star-puzzle-solver#readme"
}

0 comments on commit bcd1344

Please sign in to comment.