ra-element 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -11,3 +11,6 @@ pnpm
11
11
 
12
12
  ## 发布流程
13
13
  1、删除所有npm包下载时候的源(确保地址为http://registry.npmmirror.com)
14
+ 2、npm login 登录开发者的npm官网账号
15
+ 3、更新package.json中的版本号
16
+ 4、npm publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ra-element",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "基于 Vue3、Element Plus 的如安组件库",
5
5
  "private": false,
6
6
  "type": "module",
File without changes
File without changes