Skip to content

Commit

Permalink
Make Node.js 8.x the minimum version. (#2421)
Browse files Browse the repository at this point in the history
1.Make Node.js 8.x the minimum version.
2.Update README.md.
  • Loading branch information
XhmikosR authored and SEWeiTung committed Aug 17, 2019
1 parent d9c5175 commit 229e9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 v4 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
Expand Down Expand Up @@ -62,7 +60,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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"author": "Node.js Website Working Group",
"license": "MIT",
"engines": {
"node": ">=4.5.0"
"node": ">=8"
},
"standard": {
"ignore": [
Expand Down

0 comments on commit 229e9f0

Please # to comment.