Closed felixhorro closed 7 years ago
Fixing #58
I reviewed lodash changelogs, finding that just avoiding the use of _.contains (deleted alias) it's enough to make the project compatible with v4.
CI failed because some dependencies are not compatible with lodash v4. PR #67 resolves this.
Fixing #58
I reviewed lodash changelogs, finding that just avoiding the use of _.contains (deleted alias) it's enough to make the project compatible with v4.