Skip to content

Commit

Permalink
fixes to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
akdombrowski committed Nov 16, 2023
1 parent 95b5fdb commit 6387c9a
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
Expand Up @@ -10,7 +10,7 @@
},
"main": "./lib/index.min.js",
"bin": {
"jwt": "./cli_lib/index.min.js"
"jwt": "cli_lib/index.min.js"
},
"files": [
"./src/index.min.js",
Expand All @@ -28,7 +28,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/akdombrowski/jwt-authn.git"
"url": "git+https://github.com/akdombrowski/jwt-authn.git"
},
"keywords": [
"jwt",
Expand Down

0 comments on commit 6387c9a

Please sign in to comment.