jackfranklin / gulp-load-plugins

Automatically load in gulp plugins
https://github.com/jackfranklin/gulp-load-plugins
MIT License
757 stars 55 forks source link

feat(scopes): Add npm scope support. #63

Closed hutson closed 9 years ago

hutson commented 9 years ago

Closes #59

hutson commented 9 years ago

@jackfranklin some of this change (mostly the refactoring and unit test) is actually based on your scope branch that I just found.

ping @matijakovacevic

ping @courtnek for code review.

jackfranklin commented 9 years ago

@hbetts nice ! I was planning on finding time to get that branch fixed and merged in but you've beaten me to it, thank you.

courtnek commented 9 years ago

@hbetts :+1: LGTM. Feel free to submit as is. Left a nit-picky style comment.

hutson commented 9 years ago

I refactored my commit based on @courtnek's suggestion, and I added a change to the README.md file to inform consumers of the scope support.

jackfranklin commented 9 years ago

Add yourself to the contributors part of the package.json too!

hutson commented 9 years ago

@jackfranklin, I've added another commit to update the contributors list.

callumacrae commented 9 years ago

:clap: