troygoode / node-require-directory

Recursively iterates over specified directory, requiring each file, and returning a nested hash structure containing those libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependence on underscore

crertel opened this issue · comments

Would you be interested in a pull request that removes the dependency on underscore?

We only use:

  • _.defaults
  • _.isFunction
  • _.isString

@crertel Yes, I'd be open to that.

Great. I'll send one in when I get a chance.

I found underscore.js dependency trivial, so I removed it and bumped the version here:
noor@f9a024e

Thank you! I'm sorry I didn't get to it--was swamped at work. :(

No worries :)

We all are... aren't we?!

published to npm as 2.1.0