From 614b8cd7be9b1e91b3f4d9cb25888539b28b5a66 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Mon, 21 May 2018 10:36:47 +0200 Subject: [PATCH] Add babel-core as explicit dev dependency --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 565f2df9ed..151fab9b79 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "rbush": "2.0.2" }, "devDependencies": { + "babel-core": "^6.26.3", "babel-minify-webpack-plugin": "^0.3.0", "babel-plugin-jsdoc-closure": "1.5.1", "chaikin-smooth": "1.0.4",