Closed TheDancingCode closed 6 years ago
The build is failing because mocha dropped support for Node < 4.
@hparra Did you get a chance to look at this?
This may pass CI if we update node version. See https://github.com/hparra/gulp-spawn/pull/16/files
@hparra Could you merge this?
gulp-util
has been deprecated recently. Continuing to use this dependency may prevent the use of your library with the recently released version 4 of Gulp, it is important to replacegulp-util
.Your package is popular but still relying on
gulp-util
, it would be good to publish a fixed version to npm as soon as possible.In passing, I fixed a linting error and adapted a test to pass on Windows.