mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Fix async version for older nodes
This commit is contained in:
parent
779c8064f2
commit
ecbc61c2bc
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user