From: Jakub Pawlowicz Date: Fri, 18 Sep 2015 06:46:48 +0000 (+0100) Subject: Requires Node.js 4.0+ engine. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e1f3b7140faf4f31cc849d4a291b12b0f44825c3;p=clean-css.git Requires Node.js 4.0+ engine. --- diff --git a/package.json b/package.json index 7ff132f9..289ee127 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "vows": "0.8.x" }, "engines": { - "node": ">=0.10.0" + "node": ">= 4.0" } }