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.23k stars 507 forks source link

Bower install rrule does not seem to generate a dist/es5/rrule.js #624

Open jungalwala opened 2 months ago

jungalwala commented 2 months ago

I tried doing a "bower install rrule" to install 2.7.2, and the rrule package got installed, but there is no "dist" directory; this is all I see.

bower json — hq 2024-04-09 at 9 29 11 AM

My bower version is 1.8.14

jungalwala commented 2 months ago

Going back to version 2.1.0 has the rrule.js file again.

vaagnavanesyan commented 1 month ago

@jungalwala just curious why you stuck with bower in 2024? It deprecated for almost 7 years and I see that you're using yarn and probably npm. Why not install rrule from npm?