mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
switch from node 0.12 to iojs 1.2, closes #89
This commit is contained in:
parent
8d6d992557
commit
2a172cc6f9
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user