Open Igrom opened 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.
_.detect
_.find
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
.