Skip to content

Commit 0e927fe

Browse files
committed
Remove global option
1 parent 559cdc5 commit 0e927fe

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

bin/gren.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
},
85
"main": "github-release-notes.js",
96
"scripts": {
107
"test": "echo \"Error: no test specified\" && exit 1"
@@ -24,10 +21,9 @@
2421
"license": "ISC",
2522
"bugs": {
2623
"url": "https://github.com/alexcanessa/github-release-notes/issues"
27-
},
28-
"preferGlobal": "true",
24+
}
2925
"homepage": "https://github.com/alexcanessa/github-release-notes#readme",
3026
"dependencies": {
3127
"github-api": "git+https://github.com/alexcanessa/github.git"
3228
}
33-
}
29+
}

0 commit comments

Comments
 (0)