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:
parent
21eeed8a8c
commit
829c75a866
@ -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`.
|
||||||
|
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user