Palindrom / JSONPatcherProxy

ES6 proxy powered JSON Object observer that emits JSON patches when changes occur to your object tree.
94 stars 14 forks source link

Remove lodash devDependency, #53

Closed tomalec closed 5 years ago

tomalec commented 5 years ago

replace with deep equal workaround suggested at https://github.com/jasmine/jasmine/issues/598#issuecomment-323883525

tomalec commented 5 years ago

package-lock.json does not get changed, as other packages are using lodash indirectly.