From 989a40a7f761e52f3ab71ebd6fc12140164aac14 Mon Sep 17 00:00:00 2001 From: Tobias Johansson Date: Fri, 16 Nov 2018 14:06:50 +0100 Subject: [PATCH] Add missing dependency for transpiling es6 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f6fe4d22..c844e755 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "gulp-cached": "^1.1.1", "gulp-chmod": "^2.0.0", "gulp-concat": "^2.6.1", - "gulp-if": "^2.0.2", "gulp-git": "^2.8.0", + "gulp-if": "^2.0.2", "gulp-livereload": "^4.0.0", "gulp-plumber": "^1.2.0", "gulp-pug": "^4.0.1", @@ -30,6 +30,7 @@ "gulp-uglify-es": "^1.0.4", "jest": "^23.6.0", "minimist": "^1.2.0", + "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" }, "dependencies": {