Aminadav / node-run-middleware

NodeJS Express module to simulate URL requests, for internal executing REST API's
https://github.com/aminag/node-run-middleware
ISC License
65 stars 22 forks source link

Remove Lodash depenedency #3

Closed Aminadav closed 3 years ago

Aminadav commented 8 years ago

This module do not really need Lodash, it use Lodash only for one or two functions. If you want me to remove this dependency please comment.

rhclayto commented 7 years ago

Sure, better not to have a dependency if it's not being used for much. Thanks for this module!