Skip to content

Commit 1dfaf3d

Browse files
committed
Change path to the bin
1 parent 0fc4b00 commit 1dfaf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "Node module to publish release notes based on commits between the last two tags.",
55
"bin": {
6-
"gren": "bin/github-release-notes.js"
6+
"gren": "./bin/github-release-notes.js"
77
},
88
"main": "github-release-notes.js",
99
"scripts": {

0 commit comments

Comments
 (0)