From 2a172cc6f95717713edc0ac6a1601ef2ee613fd6 Mon Sep 17 00:00:00 2001 From: jomo Date: Sat, 14 Feb 2015 20:50:45 +0100 Subject: [PATCH] switch from node 0.12 to iojs 1.2, closes #89 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27cd8a1..505aa48 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "engines": { - "node": "0.12.x" + "iojs": "1.2.x" }, "dependencies": { "canvas": "crafatar/node-canvas",