ThirdCornerLLC / tc-grid

A declarative grid for AngularJS
MIT License
14 stars 2 forks source link

Angular dependency version #2

Closed mbreedlove closed 9 years ago

mbreedlove commented 9 years ago

bower.json lists the Angular dependency version as "~1.2.27", which won't always resolve to the newest version.

I propose this be changed to ">1.2.27 <2.0". We can at least guarantee it works with versions as low as 1.2.27 and likely won't work with version 2.0 and above. This will always resolve to the latest 1.x release.