brikteknologier / seraph-model

thin model layer for seraph/neo4j (node.js)
MIT License
111 stars 28 forks source link

Upgrade async dependency to a version that works in strict mode. #99

Closed AlexJWayne closed 8 years ago

AlexJWayne commented 8 years ago

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.

jonpacker commented 8 years ago

Sorry that this was never merged. At some point async was updated, so I'm closing this.