gulp icon indicating copy to clipboard operation
gulp copied to clipboard

Update README.md to use deleteAsync

Open bramp opened this issue 1 year ago • 1 comments

For ~two years 'del' no longer exports a default method, and instead exports deleteAsync() and deleteSync(), the former replacing del()

See https://github.com/sindresorhus/del/commit/106d7d8ff813059c437d7c428539b7719292d1d6

bramp avatar May 31 '24 22:05 bramp

This seems like a good opportunity to eliminate a dependency and use import fs from 'fs/promises' + rmdir since this example was written before fs/promises existed del was the cleanest to use

yocontra avatar Jun 10 '24 13:06 yocontra