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

Irresponsible dependency versioning #9

Closed
lazd opened this issue Feb 9, 2015 · 1 comment
Closed

Irresponsible dependency versioning #9

lazd opened this issue Feb 9, 2015 · 1 comment

Comments

@lazd
Copy link

lazd commented Feb 9, 2015

Using >0.0.0 for your dependency versions is very brittle.

"bindings": ">0.0.0" means:

"take any update to bindings, even if it's a major version that completely breaks backwards compatibility causing my module to not work at all"

See semver for more details about versioning.

@lazd
Copy link
Author

lazd commented Feb 9, 2015

Duplicate of #8

@lazd lazd closed this as completed Feb 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant