From: Jakub Pawlowicz Date: Thu, 20 Aug 2015 06:46:13 +0000 (+0100) Subject: Updates install requirements. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f3b37ba25049f249e3e8d2ec4f7842ad5aa390ad;p=clean-css.git Updates install requirements. Adds io.js 3.0+ as we test against it and it'll become Node.js 4 at some point. --- diff --git a/README.md b/README.md index ec099aa9..7f18220b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ According to [tests](http://goalsmashers.github.io/css-minification-benchmark/) ### What are the requirements? ``` -Node.js 0.10.0+ (tested on CentOS, Ubuntu, OS X 10.6+, and Windows 7+) +Node.js 0.10+ (tested on CentOS, Ubuntu, OS X 10.6+, and Windows 7+) or io.js 3.0+ ``` ### How to install clean-css?