woocommerce/FlexSlider

Flexslider 2.5 results into Bower version resolving error

Closed this issue · 4 comments

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:

bildschirmfoto 2015-05-28 um 14 20 32

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. :-)

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!

+1. Thanks @isellsoap.

bower.json points to version 1.11.3, but package.json to ^1.11.3

Merged pull request #1346