jpillora / grunt-aws

A Grunt interface into the Amazon Node.JS SDK
171 stars 44 forks source link

Move from _.detect to _.find #71

Open Igrom opened 4 years ago

Igrom commented 4 years ago

Fixes https://github.com/jpillora/grunt-aws/issues/70

As mentioned by @DanteRPaz, _.detect has been removed in major version 4 of lodash. This PR replaces each occurence of _.detect with _.find.