onesight-charts 1.8.0 → 1.8.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
@@ -22,6 +22,12 @@ $ npm run dev
22
22
  $ npm publish
23
23
  ```
24
24
 
25
+ ```
26
+ # 发布到npm上的时候,需要先登录npm账号,执行命令:
27
+ $ npm whoami // 如果没有登录需要登录
28
+ $ npm login
29
+ ```
30
+
25
31
  打包部署
26
32
 
27
33
  执行命令: