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

Fix strip and extend #8

Closed TrySound closed 9 years ago

TrySound commented 9 years ago

fix #6

jonschlinkert commented 9 years ago

@TrySound I added you as a collab, feel free to merge. I tried adding you on npm too, what username should I use? thanks!

TrySound commented 9 years ago

@jonschlinkert The same trysound

TrySound commented 8 years ago

@jonschlinkert ASAP! Need to fix last release. package.json files should contain all used files.

TrySound commented 8 years ago

@jonschlinkert But it's buggy in npm. Will move index.js to lib. This is the best way.

jonschlinkert commented 8 years ago

fixed. I added lib/ to files in package.json.

Will move index.js to lib. This is the best way.

why? I'd prefer to keep index.js in the root but I'll leave that to you

TrySound commented 8 years ago

@jonschlinkert Sometimes npm ignores root index.js when publish. What about npm access? https://www.npmjs.com/~trysound

jonschlinkert commented 8 years ago

What about npm access?

sure, I asked somewhere else in these issues what you're username was. I'll get you added in a moment

TrySound commented 8 years ago

@jonschlinkert As I already said. The same trysound

jonschlinkert commented 8 years ago

sorry I didn't see that. when I tried trysound earlier (from direct copy/paste) it didn't work. I'll try again

jonschlinkert commented 8 years ago

done

TrySound commented 8 years ago

@jonschlinkert Thanks!