jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.

Home Page:https://jkbrzt.github.io/rrule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jungalwala opened this issue · comments

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

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

@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?