shama / gaze

:crystal_ball: A globbing fs.watch wrapper built from the best parts of other fine watch libs.
MIT License
1.16k stars 167 forks source link

Remove grunt-cli from package.json #257

Closed Krinkle closed 5 years ago

Krinkle commented 5 years ago

As of Grunt 1.0, it is no longer needed to specify grunt-cli as it comes with Grunt by default. Providing our own will get silently deduplicated by npm, unless the versions diverge in which case we'd download both (and not sure which would "win").