jaredwray / flat-cache

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

Removed the need for del #33

Closed sgilroy85 closed 5 years ago

sgilroy85 commented 5 years ago

Removed the need for del as newer versions have broken backwards compatibility. del mainly uses rimraf for deleting folders and files, replaceing it with rimraf only is a minimal change. Fixes #32

royriojas commented 5 years ago

as I said above @sgilroy85 I realized Promise need to polyfilled for node@0.10

I believe we should consider it.

sgilroy85 commented 5 years ago

Any chance this can get merged? I believe all the recommended changes have been implemented.

royriojas commented 5 years ago

hi @sgilroy85 I will check today, sorry didn't realize you were done with this.

phated commented 5 years ago

@royriojas excited to have this published - our CI just blew up in gulp.