scott113341 / npm-install-version

Installs node modules to versioned or custom directories.
MIT License
56 stars 11 forks source link

Removed calls to execSync('shx rm...') in favor of shelljs.rm() #6

Closed scott113341 closed 8 years ago

scott113341 commented 8 years ago

Addresses #5

dead-claudia commented 8 years ago

Looks good to me. I didn't really have much investment, and the original issue was mostly I was just scrolling by and noticed something odd.