flexyford / impagination

A lazy data layer for your paged records
102 stars 7 forks source link

Add `util` to the dependencies for impagination #44

Closed cowboyd closed 6 years ago

cowboyd commented 6 years ago

binary-search-tree requires util, but does not enumerate it as a dependency. This is a known issue with it https://github.com/louischatriot/node-binary-search-tree/issues/14

This adds util as a primary dependency so that this require will not fail. While we're fixing up meta-information, this adds build time artifacts /lib and /yarn.lock to the ignore list.

Fixes #38 and #40

flexyford commented 6 years ago

Woot! Thanks @cowboyd for taking care of this. Hoping to get this off of the alpha release soon. Thanks for the help