From b5c95a89cf91e8fa3c736520171d98e0f083f5e2 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Mon, 2 Apr 2018 18:42:10 +0200 Subject: [PATCH] docs: update required node version to 6.4.0 Node v6.4.0 is required by `puppeteer` in `mocha-headless-chrome`. All others packages works with Node v4.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70a22af92..fae7e8d64 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Lastly, if you're rolling your own setup, you can install Foundation through a v ## Documentation -The documentation can be found at . To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be **4.0** or higher.) +The documentation can be found at . To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be **6.4.0** or higher.) Run these commands to set up the documentation: diff --git a/package.json b/package.json index 226a47e8f..265c95f47 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "yargs": "^11.0.0" }, "engines": { - "node": ">=4.0", + "node": ">=6.4.0", "npm": ">=2.14.2" }, "repository": { -- 2.47.2