cronofy / cronofy-node

Node wrapper for the Cronofy API
https://docs.cronofy.com/developers
MIT License
49 stars 23 forks source link

Remove lodash as we only use one method #50

Closed stephenbinns closed 6 years ago

stephenbinns commented 6 years ago

Still used by some tests for a clone method but less fussed about those

AdriVanHoudt commented 6 years ago

You can use just https://www.npmjs.com/package/lodash.omit if you only want that function ;)