powmedia / backbone-forms

Form framework for BackboneJS with nested forms, editable lists and validation
MIT License
2.17k stars 413 forks source link

Support backbonejs greater than 1.0.0 in bower.json #394

Closed rjmackay closed 10 years ago

rjmackay commented 10 years ago

Using ~1.0.0 is equivalent to >= 1.0.0-0 < 1.1.0-0 I'm pretty sure this should either be ~1 meaning >= 1.0.0 < 2.0.0 or just >=1.0.0 depending on what you want to support.

https://github.com/isaacs/node-semver#ranges