Skip to content

Commit 7f70722

Browse files
committed
remove files to fix cli
i really shouldn't do a ton of releases late at night but this a package for automating releases so ¯\_(ツ)_/¯
1 parent 08efd7c commit 7f70722

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# gh-release changelog
22

3+
## 1.0.4 - 2015-02-07
4+
* remove `files` from `package.json` to fix cli again
5+
36
## 1.0.3 - 2015-02-07
47
* actual fix for cli.. should work fine now
58
* allow `v` prefix for changelog version names

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gh-release",
33
"description": "Create a release for a node package on github.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"author": "Nate Goldman <[email protected]>",
66
"bin": {
77
"gh-release": "./bin/cli.js"
@@ -14,10 +14,6 @@
1414
"inquirer": "^0.8.0",
1515
"yargs": "^2.1.1"
1616
},
17-
"files": [
18-
"index.js",
19-
"bin/cli.js"
20-
],
2117
"homepage": "https://github.com/ngoldman/gh-release",
2218
"keywords": [
2319
"github",

0 commit comments

Comments
 (0)