From cbb5ae30c9e0ee3c2052977b15490e5ebdff016d Mon Sep 17 00:00:00 2001 From: Olli Vanhoja Date: Tue, 16 Aug 2016 12:54:53 +0300 Subject: [PATCH] Fix exceptions Currently babel-runtime versions newer than 6.5.0 swallows exceptions and causes async-retry blocks to return 'undefined' as a return value. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index db46003..8fc73e9 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "arr-flatten": "1.0.1", "array-unique": "0.3.2", "async-retry": "0.2.1", - "babel-runtime": "6.11.6", + "babel-runtime": "6.5.0", "bytes": "2.4.0", "chalk": "1.1.3", "copy-paste": "1.3.0",