I tried to upgrade to the most recent version of async but it appears to have a different API. So I set it to 0.2.9, which is the same version that seraph uses, which plays fine with strict mode.
I also added a comma in lib/read.js that fixes a syntax error, at least on my node version.
Fix for #98.
I tried to upgrade to the most recent version of
async
but it appears to have a different API. So I set it to 0.2.9, which is the same version that seraph uses, which plays fine with strict mode.I also added a comma in
lib/read.js
that fixes a syntax error, at least on my node version.