Closed lazd closed 9 years ago
Using >0.0.0 for your dependency versions is very brittle.
"bindings": ">0.0.0" means:
"bindings": ">0.0.0"
"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"
bindings
See semver for more details about versioning.
Duplicate of #8
Using >0.0.0 for your dependency versions is very brittle.
"bindings": ">0.0.0"
means:See semver for more details about versioning.