From f58ccec7aa0aebaaf11beda82e3d4f95551075e6 Mon Sep 17 00:00:00 2001 From: Adam Pash Date: Mon, 19 Sep 2016 11:08:45 -0400 Subject: [PATCH] fix: including babel-runtime as a bandaid for polyfill error --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1d159033..6a0361da 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,7 @@ }, "dependencies": { "babel-polyfill": "^6.13.0", + "babel-runtime": "^6.11.6", "cheerio": "^0.20.0", "difflib": "^0.2.4", "ellipsize": "0.0.2",