ModClean / modclean

Remove unwanted files and directories from your node_modules folder
MIT License
400 stars 15 forks source link

Refactor to async/await #22

Closed KyleRoss closed 6 years ago

KyleRoss commented 6 years ago

In version 3.0.0, Modclean will be refactored to use async/await and promises instead of traditional callbacks. This should help speed up the process, reduce code complexity, and stay in line with the latest Node releases.