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.
files
1 parent 08efd7c commit 7f70722Copy full SHA for 7f70722
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# gh-release changelog
2
3
+## 1.0.4 - 2015-02-07
4
+* remove `files` from `package.json` to fix cli again
5
+
6
## 1.0.3 - 2015-02-07
7
* actual fix for cli.. should work fine now
8
* allow `v` prefix for changelog version names
package.json
@@ -1,7 +1,7 @@
{
"name": "gh-release",
"description": "Create a release for a node package on github.",
- "version": "1.0.3",
+ "version": "1.0.4",
"author": "Nate Goldman <[email protected]>",
"bin": {
"gh-release": "./bin/cli.js"
@@ -14,10 +14,6 @@
14
"inquirer": "^0.8.0",
15
"yargs": "^2.1.1"
16
},
17
- "files": [
18
- "index.js",
19
- "bin/cli.js"
20
- ],
21
"homepage": "https://github.com/ngoldman/gh-release",
22
"keywords": [
23
"github",
0 commit comments