I replaced the deprecated gulp-util packaged. Since gulp-litmus only
uses the gutil.PluginError() function it can easily be replaced by
PluginError() from the plugin-error package, which is suggested by the
gulp developers. See https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
I replaced the deprecated gulp-util packaged. Since gulp-litmus only uses the gutil.PluginError() function it can easily be replaced by PluginError() from the plugin-error package, which is suggested by the gulp developers. See https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
See Issue #9.