shelljs / shx

Portable Shell Commands for Node
MIT License
1.73k stars 45 forks source link

No rimraf command #27

Closed nfischer closed 8 years ago

nfischer commented 8 years ago

The package.json uses a call to rimraf, but this is not available on node 4. Should this be a dev dependency?

levithomason commented 8 years ago

Definitely dev dependency. PR coming.

levithomason commented 8 years ago

See #28

nfischer commented 8 years ago

Thanks. Fixed this earlier but didn't have time to push.