From ec617f24896ba977174bb5658aeb8d07b97cd2f8 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 20 Jun 2017 22:05:05 +0100 Subject: [PATCH] Document minimum Node dependency of v4.5.0 #847 --- docs/install.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index a3a35f09..e0eac561 100644 --- a/docs/install.md +++ b/docs/install.md @@ -10,7 +10,7 @@ yarn add sharp ### Prerequisites -* Node v4+ +* Node v4.5.0+ * C++11 compatible compiler such as gcc 4.8+, clang 3.0+ or MSVC 2013+ * [node-gyp](https://github.com/TooTallNate/node-gyp#installation) and its dependencies (includes Python) diff --git a/package.json b/package.json index 0660acae..62c4c51e 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "libvips": "8.5.5" }, "engines": { - "node": ">=4" + "node": ">=4.5.0" }, "semistandard": { "env": [