Skip to content

Commit

Permalink
fix(package.json): npm not showing README.md, possible fix
Browse files Browse the repository at this point in the history
I read on an issue a possible solution and I'm trying if that works...
  • Loading branch information
F2BEAR committed Jul 21, 2023
1 parent c397db6 commit 5c6c699
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "jwtier",
"version": "1.0.2",
"description": "A CLI tool to generate JWTs on the fly",
"author": "F2BEAR",
"email" : "contacto@facu.dev",
"url" : "https://facu.dev/",
"type": "module",
"main": "bin/index.min.js",
"preferGlobal": true,
Expand All @@ -25,13 +28,9 @@
"CLI",
"Generator"
],
"author": "F2BEAR",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/F2BEAR/jwtier"
},
"homepage": "https://github.com/F2BEAR/jwtier/blob/main/README.md",
"repository": "github:F2BEAR/jwtier",
"homepage": "https://github.com/F2BEAR/jwtier#readme",
"bugs": {
"url": "https://github.com/F2BEAR/jwtier/issues"
},
Expand Down

0 comments on commit 5c6c699

Please sign in to comment.