Skip to content

Commit

Permalink
Fixed mistake in all package.json's. The homepage key did not behave …
Browse files Browse the repository at this point in the history
…as intended.
  • Loading branch information
Hallbergs committed Sep 16, 2021
1 parent 799bcb5 commit 26122b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion new-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hajk-admin",
"version": "3.7.0-rc.1",
"description": "Hajk Admin UI",
"homepage": "https://github.com/hajkmap/Hajk",
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/hajkmap/Hajk.git"
Expand Down
2 changes: 1 addition & 1 deletion new-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hajk-backend",
"version": "3.7.0-rc.1",
"description": "Hajk Backend",
"homepage": "https://github.com/hajkmap/Hajk",
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/hajkmap/Hajk.git"
Expand Down
2 changes: 1 addition & 1 deletion new-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hajk-client",
"version": "3.7.0-rc.1",
"description": "Hajk Client UI",
"homepage": "https://github.com/hajkmap/Hajk",
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/hajkmap/Hajk.git"
Expand Down

0 comments on commit 26122b2

Please sign in to comment.