Level / abstract-leveldown

An abstract prototype matching the leveldown API.
MIT License
146 stars 53 forks source link

Move 'level-concat-iterator' to devDependencies #326

Closed peakji closed 5 years ago

peakji commented 5 years ago

I'm also checking the necessity of dependencies in other level repos.

vweevers commented 5 years ago

IIRC there was a reason we couldn't do this. Searching GH history..

vweevers commented 5 years ago

Yeah: https://github.com/Level/abstract-leveldown/issues/248#issue-338880769

We use level-concat-iterator in the abstract test suite, so it must be included as a dependency here.