workshopper / how-to-npm

A module to teach you how to module.
https://www.npmjs.com/package/how-to-npm
ISC License
1.09k stars 212 forks source link

consider windows directory seperator when sorting file name #68

Closed dvirtz closed 7 years ago

dvirtz commented 7 years ago

publish task is not working on windows as the regular expression expects forward slash for directory separator

watilde commented 7 years ago

Thanks for the patch! Resolved by https://github.com/workshopper/how-to-npm/pull/127.