ra-element 0.0.2 → 0.0.4
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
|
@@ -10,4 +10,9 @@
|
|
|
10
10
|
pnpm
|
|
11
11
|
|
|
12
12
|
## 发布流程
|
|
13
|
-
1、删除所有npm包下载时候的源(确保地址为http://registry.
|
|
13
|
+
1、删除所有npm包下载时候的源(确保地址为http://registry.npmjs.org)
|
|
14
|
+
2、npm login 登录开发者的npm官网账号(可能根据环境需要设置代理)
|
|
15
|
+
3、更新package.json中的版本号
|
|
16
|
+
4、npm publish
|
|
17
|
+
|
|
18
|
+
(发布后,引用项目使用镜像源安装不一定能立即下载到,就是官网下载可能都需要等一会才会有新版本)
|