Skip to content

Commit

Permalink
changes engines to 8.3 fixed docs to 8.3 (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
spence-s authored and niftylettuce committed Sep 8, 2017
1 parent 384a222 commit 2f426c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Please ensure your operating system has the following software installed:
* Mac (via [brew][]): `brew install homebrew/science/vips --with-webp --with-graphicsmagick` (as of [sharp][] v0.18.2 this is required)
* Ubuntu/Windows - should work out of the box

* [Node.js][node] (v8.x+) - use [nvm][] to install it on any OS
* [Node.js][node] (v8.3+) - use [nvm][] to install it on any OS

* After installing `nvm` you will need to run `nvm install node`
* We also recommend you install [yarn][], which is an alternative to [npm][]
Expand Down Expand Up @@ -525,7 +525,7 @@ Here are the simple steps required to setup [SemaphoreCI][] with [Codecov][]:
> Replace `npm` with `yarn` if you're using [yarn][] as your package manager

* Language: `JavaScript`
* Node.js version: `8.x` (latest)
* Node.js version: `8.3+` (latest)
* Setup: `npm install`
* Job 1: `npm test`
* After job: `npm run coverage`
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"xo": "^0.19.0"
},
"engines": {
"node": ">=8.x"
"node": ">=8.3"
},
"homepage": "<%= repo %>",
"keywords": ["<%= this.slug(name) %>", "lad", "lass"],
Expand Down

0 comments on commit 2f426c7

Please sign in to comment.