PitPik / tinyColorPicker

Tiny jQuery color picker for mobile and desktop with alpha channel
http://www.dematte.at/tinyColorPicker/
MIT License
276 stars 77 forks source link

Dependencies in bower.json #49

Closed fschwahn closed 8 years ago

fschwahn commented 8 years ago

The jquery dependency is defined as "jQuery": "^2.2.1" - first of all, the bower package for jQuery is called jquery, not jQuery - I'm now pulling in 2 versions of jquery because of this. Secondly, I'm using jquery 1.12.1.1, which is excluded by your version range, but it works just fine. Maybe >= 1.12.0 < 3.0.0 or something like that would be a better version range, because it would work with older jQuery versions.

PitPik commented 8 years ago

Hi @fschwahn, sorry for the inconvenience ;o) Fixed it.

fschwahn commented 8 years ago

Wow, that was quick, thank you!