gulpjs / gulp-util

[deprecated] - See https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
MIT License
830 stars 103 forks source link

Use full lodash #127

Closed oliversalzburg closed 8 years ago

oliversalzburg commented 8 years ago

It is very likely to already be in the dependency tree, this saves requests during npm install. I couldn't see the benefit of installing the separate modules instead of the full package.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 98.361% when pulling 441f6f1a1b8c33064df0f2381ee530b0bb4e26c1 on oliversalzburg:fix/lodash into 5a417cf54cf90e8592e950e8721f87033e85f4fc on gulpjs:master.

phated commented 8 years ago

No, sorry. This package is being deprecated and should no longer be used. Use lodash directly.

oliversalzburg commented 8 years ago

How disappointing :( Because people still use the package and it's being pulled in as dependency all the time, causing needlessly many requests.