juanfran / gulp-scss-lint

Gulp plugin to lint scss files with `scss-lint`
113 stars 33 forks source link

gulp-util is deprecated #85

Closed jaredpearce closed 6 years ago

jaredpearce commented 6 years ago

Refer to article: https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

package.json needs to update/remove gulp-utils with a different API replacement (refer to article above).

juanfran commented 6 years ago

we forgot the package.json!, thanks