oddjobsman / gulp-sloc

A port of the grunt-sloc plugin for gulp
MIT License
14 stars 6 forks source link

Remove gulp as a dependency #2

Closed stephenlacy closed 10 years ago

stephenlacy commented 10 years ago

Having gulp as a dependency breaks the plugin guidelines; it should be removed. https://github.com/gulpjs/gulp/blob/master/docs/writing-a-plugin/guidelines.md

gulp also requires node version >= 0.9, it may be worthwhile to add that to the package.json

oddjobsman commented 10 years ago

Thanks for that, onto the fix!