From dd7f916bccfc553d9e576834bfd37562345661d8 Mon Sep 17 00:00:00 2001 From: Matthijs Dabroek Date: Wed, 8 Nov 2017 00:21:59 +0100 Subject: [PATCH] Add babel-runtime to run tests on node 4.2 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b8ff018..85a33af 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", + "babel-runtime": "^6.26.0", "cache-manager": "^2.4.0", "coveralls": "^2.13.1", "jest": "^20.0.4",