Search and Top Navigation
#10110 closed bug (fixed)
Opened June 13, 2014 06:03PM UTC
Closed June 25, 2014 02:46AM UTC
Build: bower.json cannot artificially limit jquery versions
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.11.0 |
Component: | [meta] ui.build | Version: | 1.11.0-beta.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
We have bower.json set to mark jquery as a dependency with versions >=1.6 <1.11. We do this so that we get a copy of jQuery 1.x in our repo, instead of a copy of jQuery 2.x. However, this prevents users from using a newer version of jQuery since Bower will say that it's not compatible.