From d458798cceb6f9dfc342e5bf2abad999f30ececa Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 4 Sep 2017 18:31:47 -0400 Subject: [PATCH] Add babel-core to the package.json dependencies as it's now required separately from gulp-babel --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 23914f8..85690a5 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "autoprefixer": "^7.1.3", + "babel-core": "^6.26.0", "babel-preset-es2015": "^6.24.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.0",