Skip to content

Commit

Permalink
Fix async version for older nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Mar 15, 2014
1 parent 779c806 commit ecbc61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit ecbc61c

Please sign in to comment.