I have a npm module which is already released under 4.x.x
version and have breaking changes comparing to 3.x.x
stable version.
However I have some updates to 3.x.x
version and want to patch its' npm version. Is it possible? Can I manage 2 major versions on npm?
Will https://docs.npmjs.com/cli/publish npm publish --tag
do the trick?