flitbit / diff

Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.
MIT License
2.99k stars 213 forks source link

Bower "no tag found that was able to satisfy 0.3.3" #55

Closed rmckeel closed 8 years ago

rmckeel commented 8 years ago

It looks like the tag 0.3.3 needs to be added in order for bower to install the newest version properly.

bower update deep-diff
bower deep-diff#0.3.3       not-cached git://github.com/flitbit/diff.git#0.3.3
bower deep-diff#0.3.3          resolve git://github.com/flitbit/diff.git#0.3.3
bower deep-diff#0.3.3     ENORESTARGET No tag found that was able to satisfy 0.3.3

Additional error details:
Available versions in git://github.com/flitbit/diff.git: 0.3.2, 0.3.1, 0.3.0, 0.2.0, 0.1.7, 0.1.6, 0.1.4, 0.1.3, 0.1.2, 0.1.1

In the meantime before this tag is added, you can use this to install 0.3.3.

bower i "git@github.com:flitbit/diff.git#619f6606ecef4098c4259db48387bebe68840ea" --save

Can a contributor add this tag? Thanks!

Ryan

flitbit commented 8 years ago

Damn; guess I be amateurish! Sorry - Done.

rmckeel commented 8 years ago

Amateurish? No. Deep-diff rocks and does a good amount of heavy lifting in our app. Thanks for writing it!