Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Jul 10, 2024
1 parent d18ff20 commit d7b2c12
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 @@ -19,12 +19,12 @@
"./package.json": "./package.json"
},
"bin": {
"latest-version": "./bin/latest-version",
"lv": "./bin/latest-version"
"latest-version": "bin/latest-version",
"lv": "bin/latest-version"
},
"repository": {
"type": "git",
"url": "https://github.com/badisi/latest-version.git"
"url": "git+https://github.com/badisi/latest-version.git"
},
"keywords": [
"npm",
Expand Down

0 comments on commit d7b2c12

Please sign in to comment.