From ee3dc328c5fbcc3e33d5d513d2b1d954f1f94485 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Mon, 3 Aug 2015 16:46:02 +0100 Subject: [PATCH] Requires late version of node.js for sync --- .travis.yml | 1 - README.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5737015..1ac5273 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ language: node_js node_js: - "0.12" - - "0.10" - "iojs" diff --git a/README.md b/README.md index 077e06a..9a26ed9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ Known lack of support for: * Animation * Gamma correction in 16 bit files +Requirements +============ + +Async - Node.js 0.10 / 0.12 / IO.js +Sync - Node.js 0.12 / IO.js + Comparison Table ================