Skip to content

Commit 0fc4b00

Browse files
committed
Make the node global
1 parent a229821 commit 0fc4b00

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bin/gren.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env node
2+
3+
var githubReleaseNotes = require('../github-release-notes.js');

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "github-release-notes",
33
"version": "0.1.0",
44
"description": "Node module to publish release notes based on commits between the last two tags.",
5+
"bin": {
6+
"gren": "bin/github-release-notes.js"
7+
},
58
"main": "github-release-notes.js",
69
"scripts": {
710
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)