From 23d7d66bb778b3990e3c0374712130d7eca7a0d3 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Mon, 30 May 2016 09:07:06 -0700 Subject: [PATCH] package: roll back `babel-runtime` to make retry work again --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fe83d3..7f23088 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "ansi-escapes": "1.4.0", "arr-flatten": "1.0.1", "array-unique": "0.2.1", - "babel-runtime": "6.9.0", + "babel-runtime": "6.5.0", "bytes": "2.3.0", "chalk": "1.1.3", "copy-paste": "1.2.0",