atticoos / gulp-ng-config

:wrench: Create AngularJS constants from a JSON config file
MIT License
173 stars 35 forks source link

fix issue #58: lodash v4.x.x compatibility #66

Closed felixhorro closed 7 years ago

felixhorro commented 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.

felixhorro commented 7 years ago

CI failed because some dependencies are not compatible with lodash v4. PR #67 resolves this.