gmac / backbone.epoxy

Declarative data binding and computed models for Backbone
http://epoxyjs.org
MIT License
615 stars 89 forks source link

v1.2 semver (bower) #74

Closed geecu closed 9 years ago

geecu commented 10 years ago

Trying to update to v1.2 through bower I get bower backbone.epoxy#1.2 ENORESTARGET No tag found that was able to satisfy 1.2

I think this is because v1.2 is not a valid semver, it should be v1.2.0. I'd send a pull request, but pull requests don't apply to tags (http://stackoverflow.com/questions/12278660/adding-tags-to-a-pull-request).

Just in case you haven't renamed tags in git before (I haven't), to spare you the 30 seconds it would take to google and adapt this :) from http://stackoverflow.com/questions/1028649/rename-a-tag-in-git: git tag v1.2.0 v1.2 git tag -d v1.2 git push origin :refs/tags/v1.2 git push --tags

giggio commented 10 years ago

+1

geecu commented 10 years ago

just in case others stumble on this before it's fixed, you could always target a tag instead of a version in bower.json by using "#v1.2"

frank-weindel commented 10 years ago

+1. @geecu's fix works though.

sj26 commented 10 years ago

:+1:

gmac commented 9 years ago

We've tagged up to v1.3.1. Should be on NPM and Bower.