From 2bbbf6ca89220a43a393b17c5e4036990bc90791 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Thu, 19 Nov 2015 12:26:37 +0100 Subject: [PATCH] fix: Depend on babel-runtime directly --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ac6463a1b..1b8379313 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "babel-loader": "^6.2.0", "babel-plugin-transform-runtime": "^6.1.18", "babel-preset-es2015": "^6.0.15", + "babel-runtime": "^6.2.0", "concurrently": "^1.0.0", "eslint-config-standard": "^4.4.0", "eslint-plugin-standard": "^1.3.1",