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';