From 2ee7194bbc02b7fe6754ed5db125b87a0dcbd20b Mon Sep 17 00:00:00 2001 From: "Cody B. Daig" Date: Sat, 6 Feb 2016 10:16:39 -0700 Subject: [PATCH] feat(package.json): Set Async version to ~ from ^ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bf10a92..25ee234c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "acl": "~0.4.4", - "async": "^1.3.0", + "async": "~1.3.0", "body-parser": "~1.13.1", "bower": "~1.4.1", "cfenv": "~1.0.0",