jaredwray / flat-cache

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

Remove dependency on `graceful-fs` #27

Closed royriojas closed 1 year ago

royriojas commented 6 years ago

Since we only use fs.existsSync from that package and that checking for existence should be done now using fs.statSync we should just align and remove the dependency as well.

jimmywarting commented 3 years ago

I don't see graceful-fs being used in the code anywhere, still relevant?

royriojas commented 3 years ago

Probably not. If not actually used it can be removed.

Roy Ronald Riojas Montenegro

On Sat, Aug 14, 2021 at 12:33 PM Jimmy Wärting @.***> wrote:

I don't see graceful-fs being used in the code anywhere, still relevant?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/royriojas/flat-cache/issues/27#issuecomment-898949675, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABABWTGH7NYAQKYSU4XONLT43AHBANCNFSM4GCEVZYQ .

jimmywarting commented 3 years ago

don't see any graceful-fs being used anywhere in this repo. can probably close this issue