Oleg Mostepan

Results 2 issues of Oleg Mostepan

I'm trying to run a simple `npm i` and I'm getting this error message: ``` npm ERR! code EWINDOWSPATH npm ERR! Can't install from windows path on a non-windows system:...

Searched for CamelCase to dash-case and didn't find it, so I added this ability to this repo. Before: `inflection.transform( 'AllJobs', [ 'underscore', 'dasherize' ]); // === 'all-jobs'` Now: `inflection.kebabize('AllJobs'); //...