Development Only: drop Node 4-5 and npm 2 (#6037) [skip ci]

Node versions 4 and 5 are obsolete. Version of npm bundled in Node 6 is 3 so npm 2 could be dropped as well.
This commit is contained in:
Sergey Rubanov 2017-08-02 21:30:13 +03:00 committed by Henry Zhu
parent 21eeed8a8c
commit 829c75a866
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ Feel free to check out the `#discussion`/`#development` channels on our [Slack](
**Note:** Versions `< 5.1.10` can't be built. **Note:** Versions `< 5.1.10` can't be built.
Babel is built for Node.js 4 and up but we develop using Node.js 6. Make sure you are on npm 3. Babel is built for Node.js 4 and up but we develop using Node.js 6/8 and yarn.
You can check this with `node -v` and `npm -v`. You can check this with `node -v` and `npm -v`.

View File

@ -50,8 +50,8 @@
"uglify-js": "^2.4.16" "uglify-js": "^2.4.16"
}, },
"engines": { "engines": {
"node": ">= 4.x <= 8.x", "node": ">= 6.x <= 8.x",
"npm": ">= 2.x <= 5.x" "npm": ">= 3.x <= 5.x"
}, },
"nyc": { "nyc": {
"all": true, "all": true,