diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf9a070e2c..082f1008c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. -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`. diff --git a/package.json b/package.json index ecdaa73f8c..a3097a3246 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,8 @@ "uglify-js": "^2.4.16" }, "engines": { - "node": ">= 4.x <= 8.x", - "npm": ">= 2.x <= 5.x" + "node": ">= 6.x <= 8.x", + "npm": ">= 3.x <= 5.x" }, "nyc": { "all": true,