Skip to content

Commit

Permalink
fix(package.json): fixed homepage url
Browse files Browse the repository at this point in the history
the url was pointing to a branch called master insted of main
  • Loading branch information
F2BEAR committed Jul 21, 2023
1 parent 1e57417 commit c397db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jwtier",
"version": "1.0.1",
"version": "1.0.2",
"description": "A CLI tool to generate JWTs on the fly",
"type": "module",
"main": "bin/index.min.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"type": "git",
"url": "https://github.com/F2BEAR/jwtier"
},
"homepage": "https://github.com/F2BEAR/jwtier/blob/master/README.md",
"homepage": "https://github.com/F2BEAR/jwtier/blob/main/README.md",
"bugs": {
"url": "https://github.com/F2BEAR/jwtier/issues"
},
Expand Down

0 comments on commit c397db6

Please sign in to comment.