jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.
https://jkbrzt.github.io/rrule
Other
3.29k stars 514 forks source link

Point to esm correctly #516

Closed sunshineo closed 2 years ago

sunshineo commented 2 years ago

My previous PR to remove demo unexpectedly changed dist/esm folder structure. It is very unexpected. I looked up and down my change but I cannot even explain what caused the change. So here I'm simply fixing the package.json

Before:

image

After:

image

Thanks for contributing to rrule!

To submit a pull request, please verify that you have done the following:

davidgoli commented 2 years ago

I'm not sure it was your PR; I think it was probably my PR #515 that upgraded Webpack. Regardless, thanks for catching this!