X Tutup
Skip to content

Commit 20cf617

Browse files
committed
chore: update DEVELOPER.md with version information
1 parent ea66739 commit 20cf617

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

DEVELOPER.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ following products on your development machine:
3434
[Windows](http://windows.github.com)); [GitHub's Guide to Installing
3535
Git](https://help.github.com/articles/set-up-git) is a good source of information.
3636

37-
* [Node.js](http://nodejs.org), which is used to run a development web server, run tests, and
38-
generate distributable files. We also use Node's Package Manager, `npm`, which comes with Node.
39-
Depending on your system, you can install Node either from source or as a pre-packaged bundle.
37+
* [Node.js](http://nodejs.org), (version `>=0.12.0 <0.13.0`) which is used to run a development web server,
38+
run tests, and generate distributable files. We also use Node's Package Manager, `npm`
39+
(version `>=2.0 <3.0`), which comes with Node. Depending on your system, you can install Node either from
40+
source or as a pre-packaged bundle.
4041

4142
* [Chrome Canary](https://www.google.com/chrome/browser/canary.html), a version of Chrome with
4243
bleeding edge functionality, built especially for developers (and early adopters).

0 commit comments

Comments
 (0)
X Tutup