Open taoeffect opened 10 years ago
This is bad:
"dependencies": { "buffercursor": ">= 0.0.12", "ipaddr.js": ">= 0.1.1" },
We need to ensure that breaking changes don't accidentally get pulled when users update. It should be ~0.x or ~0.0.x or w/e.
~0.x
~0.0.x
This is bad:
We need to ensure that breaking changes don't accidentally get pulled when users update. It should be
~0.x
or~0.0.x
or w/e.