Permalink
Browse files

Docs: Don't specify the required Node.js version

With Node.js 0.10, 0.12 and - soon - 4.0 available it doesn't make sense
to make people install Node.js 0.8, especially that it's no longer supported.
Building jQuery Mobile should work with any recent Node.js version.

Fixes gh-7900
  • Loading branch information...
1 parent 21e6ac0 commit dd376a2f951742805232d4a4cca09fb7c10f52ed @mgol mgol committed with arschmitz Aug 31, 2015
Showing with 1 addition and 1 deletion.
  1. +1 −1 README.md
View
@@ -25,7 +25,7 @@ The easiest way to obtain a custom build is to use the [download builder](http:/
### Requirements
-* [node.js](http://nodejs.org/) ~0.8.22
+* [node.js](http://nodejs.org/)
* [grunt-cli](http://gruntjs.com/)
### Commands

0 comments on commit dd376a2

Please sign in to comment.