Add iojs to CI test matrix

Specific version of nan required
This commit is contained in:
Lovell Fuller
2015-02-06 09:36:45 +00:00
parent f57478c1aa
commit 0b2fb967b8
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sharp",
"version": "0.9.1",
"version": "0.9.2",
"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Pierre Inglebert <pierre.inglebert@gmail.com>",
@@ -36,7 +36,7 @@
"dependencies": {
"bluebird": "^2.9.3",
"color": "^0.7.3",
"nan": "^1.5.1",
"nan": "1.5.3",
"semver": "^4.2.0"
},
"devDependencies": {