I just have a quick question since I can't find a correct versioning formats.
For node.js modules package manager package.json
- 0.0.0 -> acceptable
- 10.0.0 -> acceptable
- 0.10.0 -> acceptable
- 0.0.10 -> acceptable?
- 0.0.01 -> not acceptable?
does versions accept any type of string? I doubt that since it needs to probably parse it as an integer or number type.
What is the acceptable version number format?
I will google it for you is also a very good answer right now ;)