jonschlinkert / load-plugins

Thin wrapper around resolve-dep for loading plugins from node_modules or local directories. Like load-gulp-plugins, match dep, etc, but works for gulp, grunt, assemble, verb or anything other task runner or build system that uses plugins.
https://github.com/jonschlinkert
MIT License
22 stars 1 forks source link

Refactoring #11

Closed TrySound closed 4 years ago

TrySound commented 8 years ago

Removed registry Fixed local detecting (returned only first letter of the name) Removed extra code

jonschlinkert commented 8 years ago

thanks for doing this. If all tests are still passing I'm fine with merging/publishing if you want to do it.

jonschlinkert commented 8 years ago

and of course... tests are passing lol, just habit of my thinking...

TrySound commented 8 years ago

@jonschlinkert Let's merge after resolve-dep release?