From 5c3e1e0131c98df61a722a2e44269063f73754af Mon Sep 17 00:00:00 2001 From: Spencer Snyder Date: Thu, 7 Sep 2017 22:27:58 -0400 Subject: [PATCH] changes engines to 8.3 fixed docs to 8.3 (#282) --- README.md | 4 ++-- template/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d726a0bc..a0c9dbe9 100644 --- a/README.md +++ b/README.md @@ -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][] @@ -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` diff --git a/template/package.json b/template/package.json index ad01a803..d14adea8 100644 --- a/template/package.json +++ b/template/package.json @@ -148,7 +148,7 @@ "xo": "^0.19.0" }, "engines": { - "node": ">=8.x" + "node": ">=8.3" }, "homepage": "<%= repo %>", "keywords": ["<%= this.slug(name) %>", "lad", "lass"],