We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559cdc5 commit 0e927feCopy full SHA for 0e927fe
bin/gren.js
package.json
@@ -2,9 +2,6 @@
2
"name": "github-release-notes",
3
"version": "0.1.0",
4
"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
- },
8
"main": "github-release-notes.js",
9
"scripts": {
10
"test": "echo \"Error: no test specified\" && exit 1"
@@ -24,10 +21,9 @@
24
21
"license": "ISC",
25
22
"bugs": {
26
23
"url": "https://github.com/alexcanessa/github-release-notes/issues"
27
28
- "preferGlobal": "true",
+ }
29
"homepage": "https://github.com/alexcanessa/github-release-notes#readme",
30
"dependencies": {
31
"github-api": "git+https://github.com/alexcanessa/github.git"
32
}
33
-}
+}
0 commit comments