@zat-design/sisyphus-react 3.12.0-beta.3 → 3.12.0-beta.5

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 西西弗组件库预览地址
2
+
3
+ [西西弗组件库预览地址](https://procomponents.zhongan.io/)
4
+
1
5
  ## 快速上手
2
6
 
3
7
  西西弗基于 antd@4 版本开发
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.12.0-beta.3",
3
+ "version": "3.12.0-beta.5",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
7
7
  "typings": "lib/index.d.ts",
8
+ "homepage": "https://procomponents.zhongan.io/",
8
9
  "scripts": {
9
10
  "analyze": "ANALYZE=1 dumi build",
10
11
  "build": "npm run build-lib && npm run build-es && npm run build-dist",