viruschidai / diff-json

A javascript object diff tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make lodash dependency more granular

richard-viney opened this issue · comments

Hi,

The dependency on lodash increases the bundle size of consuming applications. Could we switch to the packages for the individual lodash functions to lodash.intersection, lodash.difference etc.?

The update process is fairly trivial, would be happy to do a PR for it.

Thanks.

thanks, @richard-viney a PR would be great

PR submitted: #12

If you had a moment to review & merge #12 and then do a release that would be greatly appreciated 👍.