TehShrike / deepmerge

A library for deep (recursive) merging of Javascript objects
MIT License
2.75k stars 216 forks source link

Bump dependencies, switch from tap to tape #149

Closed TehShrike closed 5 years ago

TehShrike commented 5 years ago

gotta make those npm audit warnings go away

updating tap brought in an annoying postinstall script via core-js, so I switched to tape

updating rollup brought in a dependency on @types/node that caused the typescript test to break, so I added an explicit dependency on @types/node v8.x.x to correct for it.