From 7f7072298506cf57c2b2388be22b60d584f94fa4 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Sat, 7 Feb 2015 23:47:50 -0800 Subject: [PATCH] remove `files` to fix cli MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit i really shouldn't do a ton of releases late at night but this a package for automating releases so ¯\_(ツ)_/¯ --- CHANGELOG.md | 3 +++ package.json | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) 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",