bevacqua / rome

:calendar: Customizable date (and time) picker. Opt-in UI, no jQuery!
https://bevacqua.github.io/rome
MIT License
2.91k stars 223 forks source link

Use the del package instead of the deprecated gulp-clean #131

Closed angusfretwell closed 9 years ago

angusfretwell commented 9 years ago

gulp-clean has been deprecated since June 2014; additionally, the package causes npm install to fail under newer versions of node. This PR replaces gulp-clean with the del package, which seems to be the most widely accepted replacement.

bevacqua commented 9 years ago

I'll just switch to npm run scripts when I have the time. Thanks