From e02d39a6bf91ff2eebdc1477bee3b092ab9d3919 Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Fri, 19 Jun 2015 21:46:00 -0700 Subject: [PATCH] manifest: async 0.9.0 => 1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed58fac..1c735c9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "main": "./lib/index.js", "dependencies": { - "async": "^0.9.0", + "async": "1.2.1", "builtins": "1.0.1", "colors": "^1.0.3", "glob": "^5.0.5",