gruntjs / grunt

Grunt: The JavaScript Task Runner
http://gruntjs.com/
Other
12.27k stars 1.5k forks source link

remove dep on rimraf and mkdirp #1754

Closed jimmywarting closed 1 year ago

jimmywarting commented 1 year ago

This removes the dependencies on mkdir and rimraf for native functionality provided by NodeJS itself

vladikoff commented 1 year ago

Fixes in https://github.com/gruntjs/grunt/pull/1755