change node version in contributing

This commit is contained in:
Siddharth Kshetrapal 2016-12-21 12:35:16 +05:30 committed by GitHub
parent 7135751750
commit 868c9ecc11

View File

@ -38,7 +38,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 0.10 and up but we develop using node 6. Make sure you are on npm 3.
Babel is built for node 4 and up but we develop using node 6. Make sure you are on npm 3.
You can check this with `node -v` and `npm -v`.