1、設定指定的版本號npm version 1.0.3 // 2、升級主版本號(0. ... npm version minor // 4、升級補丁版本號(0.1.0==>0.1.1) npm version patch ...
確定! 回上一頁