jeremypeter / gulp-litmus

Sent tests to Litmus
21 stars 8 forks source link

Replaced deprecated gulp-util. #10

Closed nodeg closed 9 months ago

nodeg commented 4 years ago

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.