Skip to content

Commit

Permalink
fix bin entry in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stbaer committed Jan 9, 2017
1 parent 7813c88 commit d5b0d27
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 @@ -4,7 +4,7 @@
"description": "gitflow release node script",
"main": "index.js",
"bin": {
"release": "./bin/release.js"
"gf-release": "./bin/gf-release.js"
},
"preferGlobal": true,
"files": [
Expand Down Expand Up @@ -80,4 +80,4 @@
"node",
"script"
]
}
}

0 comments on commit d5b0d27

Please sign in to comment.