From 094d0c8905c3185828ac1b96c622f0f175ce2bb3 Mon Sep 17 00:00:00 2001 From: Pavlo Blazhchuk Date: Sat, 9 May 2015 22:16:24 +0300 Subject: [PATCH] Support io.js Add iojs to engines --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f3db9a..df4e61d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,8 @@ "yo": ">=1.2.0" }, "engines": { - "node": ">=0.10.0" + "node": ">=0.10.0", + "iojs": ">=1.1.0" }, "licenses": [ {