From 4aafe869af89766328cd98fe5687f0ffa386133d Mon Sep 17 00:00:00 2001 From: Roderick Hsiao Date: Thu, 29 Jan 2015 00:22:19 -0800 Subject: [PATCH] Update async package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e066602..c01ac28c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/mishoo/UglifyJS2.git" }, "dependencies": { - "async" : "~0.2.6", + "async" : "~0.9.0", "source-map" : "0.1.34", "yargs": "~1.3.3", "uglify-to-browserify": "~1.0.0"