From 1fee9ee4e883d58a06666129246c7d025a48180b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 17 Aug 2019 08:48:19 +0300 Subject: [PATCH 1/2] Make Node.js 8.x the minimum version. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1a9fd73f46bae..9fbdc8c321dc8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ npm start This will start the development server on http://localhost:8080/en/. This should reload automatically when you make changes to the code, but no code is perfect, so sometimes you may need to restart it. :) -Note: You'll need Node.js v4 or newer as the build system uses some native ES2015 features. +Note: You'll need Node.js 8.x or newer as the build system uses some native ES2015 features. If you want to submit a new feature or a bugfix, the best way is to create the changes in a separate branch, e.g.: `git checkout -b feature/mycoolfeature`. This will make it easier for you to submit a pull request and get your feature merged. @@ -62,7 +62,7 @@ All of the Node.js Foundation websites, including this repo, are jointly governe The Website Working Group is primarily concerned with the code and overall structure of the website. -The content of the website comes from a variety of working groups (Evangelism, Core, i18n, etc). +The content of the website comes from a variety of working groups (Evangelism, Core, i18n, etc). The Website WG defers to these WGs on matters of content and routinely adds collaborators from these working groups as they add and improve content on the website. In other words, the Website WG is not an *editorial* Working Group except when no other Working Group has taken responsibility for a diff --git a/package.json b/package.json index 58b8eb3e2fe5a..16ea37f33d7b0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "Node.js Website Working Group", "license": "MIT", "engines": { - "node": ">=4.5.0" + "node": ">=8" }, "standard": { "ignore": [ From adc78ac6aab4fd9f6486ce0a25f55631ac9b8c2b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 17 Aug 2019 09:02:28 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9fbdc8c321dc8..d689acefb0a93 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,6 @@ npm start This will start the development server on http://localhost:8080/en/. This should reload automatically when you make changes to the code, but no code is perfect, so sometimes you may need to restart it. :) -Note: You'll need Node.js 8.x or newer as the build system uses some native ES2015 features. - If you want to submit a new feature or a bugfix, the best way is to create the changes in a separate branch, e.g.: `git checkout -b feature/mycoolfeature`. This will make it easier for you to submit a pull request and get your feature merged. ### Layout