Level / memdown

In-memory abstract-leveldown store for Node.js and browsers.
MIT License
287 stars 37 forks source link

Update dependencies and remove rimraf #116

Closed vweevers closed 6 years ago

vweevers commented 6 years ago

Closes #115 and #114.

vweevers commented 6 years ago

Do not merge. I see now why we need rimraf as a dependency: for node tests.

ralphtheninja commented 6 years ago

Why is this a problem for node 4 only? Because dedup functionality in npm etc?

vweevers commented 6 years ago

Why is this a problem for node 4 only? Because dedup functionality in npm etc?

Probably, yea.

vweevers commented 6 years ago

Restored rimraf and rebased.