Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version tags for Bower? #65

Closed
simondlr opened this issue Feb 18, 2015 · 6 comments · May be fixed by hubv/web3.js#2, Mertz22/web3.js#3, AkbarTrilaksana/web3.js#3 or lokera666/web3.js#7
Closed

Version tags for Bower? #65

simondlr opened this issue Feb 18, 2015 · 6 comments · May be fixed by hubv/web3.js#2, Mertz22/web3.js#3, AkbarTrilaksana/web3.js#3 or lokera666/web3.js#7

Comments

@simondlr
Copy link

Hi.

I'm using to fetch ethereum.js. Firstly, it seems to be @cubedro's repo (not this one), and there aren't any version tags.

Would be nice to set a version in bower.json to ensure if someone else wants to develop, they don't download another version of ethereum.js that might not be compatible.


bower ethereum.js#0.0.15 not-cached git:/cubedro/ethereum.js.git#0.0.15
bower ethereum.js#0.0.15 resolve git:/cubedro/ethereum.js.git#0.0.15
bower ethereum.js#0.0.15 ENORESTARGET No tag found that was able to satisfy 0.0.15

Additional error details:
No versions found in git:/cubedro/ethereum.js.git

@simondlr
Copy link
Author

You can use hashes, but it would be cleaner with version tags. :)

@debris
Copy link
Contributor

debris commented Feb 24, 2015

We will fix this with new release (~7-10 days from now). Some methods are going to be renamed, but we should have backwards compatibility by marking old ones as deprecated.

@simondlr
Copy link
Author

Thanks!

@cubedro
Copy link
Contributor

cubedro commented Feb 24, 2015

Fixed

@simondlr
Copy link
Author

Thanks for adding them!

@cubedro
Copy link
Contributor

cubedro commented Feb 26, 2015

np ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment