From ecbc61c2bc1b2d5563baea7c01fdd1755a15eafd Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Sat, 15 Mar 2014 16:46:57 -0500 Subject: [PATCH] Fix async version for older nodes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8dd82968e..448095a3f 100644 --- a/package.json +++ b/package.json @@ -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",