askmike / bitstamp-ws

Nodejs Wrapper for the Bitstamp WebSocket API
MIT License
19 stars 14 forks source link

Use lodash.bindall instead of lodash #1

Closed kenany closed 10 years ago

kenany commented 10 years ago

No point in require()ing all of lodash if only one function is gonna be used. Better to just use the individual npm modules that lodash has now.

askmike commented 10 years ago

that's awesome!