From f1bda833a94693d18f3c14b8056c514db8cad12c Mon Sep 17 00:00:00 2001 From: Zachary Bennett Date: Fri, 29 Dec 2017 19:59:20 -0800 Subject: [PATCH] removed deprecated gulp-util --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 40c6984..b6eef4e 100644 --- a/package.json +++ b/package.json @@ -36,8 +36,8 @@ "dependencies": { "babel-runtime": "^6.26.0", "cache-swap": "^0.3.0", - "gulp-util": "^3.0.8", "object.pick": "^1.3.0", + "plugin-error": "^0.1.2", "through2": "^2.0.3", "vinyl": "^2.1.0" }, diff --git a/src/index.js b/src/index.js index a129d00..cb3e27f 100644 --- a/src/index.js +++ b/src/index.js @@ -1,4 +1,4 @@ -import { PluginError } from 'gulp-util'; +import PluginError from 'plugin-error'; import through from 'through2'; import Cache from 'cache-swap'; import File from 'vinyl';