bunkat / schedule

Automatically schedules tasks, work items, meetings, reservations, etc. Schedule takes into account working hours, holidays/days off, people's work schedule/vacation time, as well as task dependencies.
http://bunkat.github.io/schedule/
MIT License
427 stars 87 forks source link

bower dependency on later 1.1.3 fails #12

Open janwillemtulp opened 8 years ago

janwillemtulp commented 8 years ago

When running bower install schedule, it fails because of a non-existing dependency in bower json to Later version 1.1.3.

Console log:

bower install schedule bower not-cached git://github.com/bunkat/schedule.git# bower resolve git://github.com/bunkat/schedule.git# bower checkout schedule#master bower resolved git://github.com/bunkat/schedule.git#7698978c94 bower not-cached git://github.com/bunkat/later.git#1.1.3 bower resolve git://github.com/bunkat/later.git#1.1.3 bower ENORESTARGET No tag found that was able to satisfy 1.1.3

EpiGuy commented 8 years ago

Encountering the same issue, any new updates to this?

shashanksingh2002 commented 2 weeks ago

Hey @janwillemtulp @EpiGuy where you folks able to find any solution to this?