Skip to content

Commit

Permalink
fix(bin): use full package name when using cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoonraja committed Sep 4, 2018
1 parent 452f2ff commit 88b6765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A CLI to generate custom changelog during the interval between two commits",
"license": "MIT",
"bin": {
"changelog-generator": "./src/cli.js"
"interval-changelog-generator": "./src/cli.js"
},
"main": "./src/changelog.js",
"scripts": {
Expand Down

0 comments on commit 88b6765

Please sign in to comment.