adamgibbons / ics

iCalendar (ics) file generator for node.js
ISC License
732 stars 155 forks source link

Package ics has dependency on lodash #218

Closed AntonSmatanik closed 1 year ago

AntonSmatanik commented 2 years ago

With dependency on lodash is bundle size becoming too big, could you rather use lodash-es which enables tree shaking?

timothee-durand commented 2 years ago

I can do this if you want (for the hacktoberfest 😃)

AntonSmatanik commented 2 years ago

Yup, do it please :)

timothee-durand commented 2 years ago

i check i think it's already done