Fix async version for older nodes

This commit is contained in:
Brian M. Carlson 2014-03-15 16:46:57 -05:00
parent 779c8064f2
commit ecbc61c2bc

View File

@ -28,7 +28,7 @@
"devDependencies": {
"jshint": "1.1.0",
"semver": "~1.1.4",
"async": "^0.2.10"
"async": "0.2.10"
},
"scripts": {
"test": "make test-travis connectionString=postgres://postgres@localhost:5432/postgres",