You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lack of tags is a showstopper for us, as we cannot do bower install on our project, as one of our bower dependencies depends on jquery.hotkeys#1.0 so bower install gives us:
bower ENORESTARGET No tag found that was able to satisfy >= 1.0
Additional error details:
No versions found in git://github.com/tzuryby/jquery.hotkeys.git
Stack trace:
Error: No tag found that was able to satisfy >= 1.0
Could please someone bring tags back?
The text was updated successfully, but these errors were encountered:
This git repo dont have any tags.
According to http://bower.io/docs/creating-packages/ 'Your package should use semver Git tags.'
According to https://www.versioneye.com/javascript/tzuryby:jquery.hotkeys/jeresig:jquery.hotkeys this git repo someday ago had version '1.0'. Is it possible that someone nuked tags of this repo?
Lack of tags is a showstopper for us, as we cannot do
bower install
on our project, as one of our bower dependencies depends on jquery.hotkeys#1.0 so bower install gives us:Could please someone bring tags back?
The text was updated successfully, but these errors were encountered: