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" #56

Closed rmckeel closed 8 years ago

rmckeel commented 8 years ago

I don't know enough about Bower packaging, so I don't see the reason I am getting this. I have tried updating bower.json to "deep-diff": "0.3.3", and tried updating from 0.3.2. Any ideas?

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

Can someone more knowledgeable about Bower fix this?

Thank you!

Ryan