Document minimum Node dependency of v4.5.0 #847

This commit is contained in:
Lovell Fuller 2017-06-20 22:05:05 +01:00
parent 502ae78579
commit ec617f2489
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ yarn add sharp
### Prerequisites ### Prerequisites
* Node v4+ * Node v4.5.0+
* C++11 compatible compiler such as gcc 4.8+, clang 3.0+ or MSVC 2013+ * 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) * [node-gyp](https://github.com/TooTallNate/node-gyp#installation) and its dependencies (includes Python)

View File

@ -91,7 +91,7 @@
"libvips": "8.5.5" "libvips": "8.5.5"
}, },
"engines": { "engines": {
"node": ">=4" "node": ">=4.5.0"
}, },
"semistandard": { "semistandard": {
"env": [ "env": [