发布：

```
1 更新版本号
package.json -> version -> x.x.x
2 恢复默认源
npm config set registry https://registry.npmjs.org
3 登录账户
npm login
4 发布
npm publish
```
