Of course! Sorry I haven’t written up the process, but it should just be:
npm version 1.2.3
which will update the version in package.json
to 1.2.3
. You should then push to the repo. Then:
npm publish
EDIT: You’ll have to run npm login
first.