Skip to content

Commit

Permalink
Adjusted required Node.js version (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgraubner authored and leo committed Aug 16, 2017
1 parent 71c4e8e commit 0bc2c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -36,7 +36,7 @@
]
},
"engines": {
"node": ">= 6.9.0"
"node": ">= 7.6.0"
},
"bugs": {
"url": "https://github.com/zeit/release/issues"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -8,7 +8,7 @@ When run, this command line interface automatically generates a new [GitHub Rele

## Usage

Install the package from [npm](https://npmjs.com/release) (you'll need at least Node.js 8.0.0):
Install the package from [npm](https://npmjs.com/release) (you'll need at least Node.js 7.6.0):

```bash
npm install -g release
Expand Down

0 comments on commit 0bc2c84

Please sign in to comment.