Skip to content

Commit

Permalink
remove files to fix cli
Browse files Browse the repository at this point in the history
i really shouldn't do a ton of releases late at night but this a package for automating releases so ¯\_(ツ)_/¯
  • Loading branch information
ungoldman committed Feb 8, 2015
1 parent 08efd7c commit 7f70722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 7f70722

Please sign in to comment.