mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 11:00:14 +02:00
Document minimum Node dependency of v4.5.0 #847
This commit is contained in:
parent
502ae78579
commit
ec617f2489
@ -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)
|
||||
|
||||
|
@ -91,7 +91,7 @@
|
||||
"libvips": "8.5.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=4.5.0"
|
||||
},
|
||||
"semistandard": {
|
||||
"env": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user