jaredwray / flat-cache

A stupidly simple key/value storage using files to persist the data
MIT License
165 stars 30 forks source link

update del #25

Closed patricksmms closed 5 years ago

patricksmms commented 5 years ago

The dependency is outdated and is using is-path-cwd@1.0.0 that doesn't include licence file. Updating del to v3.0.0 solves this issue. And apparently doesn't break anything, the tests still pass.

sgilroy85 commented 5 years ago

This breaks backwards compatibility with older versions of node due to del introducing const in v2.1.0.