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
{{ message }}
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Since bower.json (and package.json) is only a day old , and thus also the explicit setting of a jQuery version, I think many projects using Flexslider with jQuery >= 2 as their basic jQuery version in their project have a problem, since Bower can’t resolve different major jQuery versions in one and the same project. See example image:
Could you at least set something like "jquery": ">=1.11.3"? In fact, that is a true statement, since we are using Flexslider with jQuery > 2.x for a very long time now. :-)
The text was updated successfully, but these errors were encountered:
isellsoap
changed the title
Flexslider 2.5 results into Bower version resolving error.
Flexslider 2.5 results into Bower version resolving error
May 28, 2015
I'm running into this issue as well. I'm also using angular-flexslider and jQuery 2.x and my build is busted because of the hard constraint on version 1.11.3. Please update. Thanks!
Since bower.json (and package.json) is only a day old , and thus also the explicit setting of a jQuery version, I think many projects using Flexslider with jQuery >= 2 as their basic jQuery version in their project have a problem, since Bower can’t resolve different major jQuery versions in one and the same project. See example image:
Could you at least set something like
"jquery": ">=1.11.3"
? In fact, that is a true statement, since we are using Flexslider with jQuery > 2.x for a very long time now. :-)The text was updated successfully, but these errors were encountered: