diff --git a/CHANGELOG.md b/CHANGELOG.md index c0624d0..48b0799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # gh-release changelog +## 1.0.4 - 2015-02-07 +* remove `files` from `package.json` to fix cli again + ## 1.0.3 - 2015-02-07 * actual fix for cli.. should work fine now * allow `v` prefix for changelog version names diff --git a/package.json b/package.json index 731a137..a4d072f 100644 --- a/package.json +++ b/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 ", "bin": { "gh-release": "./bin/cli.js" @@ -14,10 +14,6 @@ "inquirer": "^0.8.0", "yargs": "^2.1.1" }, - "files": [ - "index.js", - "bin/cli.js" - ], "homepage": "https://github.com/ngoldman/gh-release", "keywords": [ "github",