itemsapi / itemsjs

Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use
Apache License 2.0
346 stars 41 forks source link

Dependency on lodash-cli does not seem almost dependency free #35

Closed benjaminisi closed 5 years ago

benjaminisi commented 5 years ago

This library does what I need. I'm put off by the dependencies pulled in by lodash-cli that appears as both a dependency and a dev-dependency in package.json.

cigolpl commented 5 years ago

Good point. lodash-cli seems to be put there unintentionally. It doesn't make sense for it to be in dependencies. Feel free to make PR or I'll just fix it in a few days

cigolpl commented 5 years ago

Fixed https://github.com/itemsapi/itemsjs/commit/e943bf50eef7aac9b2d3dc673eee8d38d13bdd7f and published new version to npmjs registry