node.js - npm how do I patch/bump my node package up to version 1.0.0 -


i have node packages , keep patching each version , publishing

npm version patch

=> 0.0.1

npm publish

**now **

npm version patch

=> 0.0.2

npm publish

assume want jump version 1.0.0, how do this?

from version's docs:

npm version major 

or edit package.json.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -