Hacker News new | ask | show | jobs
by TomMarius 2548 days ago
NPM makes it possible to release new minor/patch versions even for older majors. You just need to specify in your package.json that you want that specific major version (and not any newer, which is of course common best practice) and you'll get them.