danawoodman / react-fontawesome

A React Font Awesome component.
https://www.npmjs.com/package/react-fontawesome
MIT License
667 stars 72 forks source link

Import single lodash function instead of all of lodash #4

Closed amsardesai closed 9 years ago

amsardesai commented 9 years ago

Doing this will cut down the published package size, since we don't need to import all of lodash when we're only going to use a single function.

danawoodman commented 9 years ago

Thanks for this @amsardesai, I've just updated the package to not require lodash anymore so we no longer need to do this. Really appreciate the PR and sorry for the slow delya in replying!