yc-ui2 0.1.2-beta01 → 0.1.2-beta02

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,5 +29,5 @@ proxy: {
29
29
 
30
30
  | Name | Describe |
31
31
  | ------- | -------- |
32
- | [YcSlideVerify](./md/YcSlideVerify.md "点击跳转查看组件详情") | 滑动验证 |
33
- | [YcCustomerService、YcQuestion](./md/CustomerService.md "点击跳转查看组件详情") | 小优客服 |
32
+ | [YcSlideVerify](md/YcSlideVerify.md "点击跳转查看组件详情") | 滑动验证 |
33
+ | [YcCustomerService、YcQuestion](md/CustomerService.md "点击跳转查看组件详情") | 小优客服 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yc-ui2",
3
- "version": "0.1.2-beta01",
3
+ "version": "0.1.2-beta02",
4
4
  "private": false,
5
5
  "description": "湖南优创UI组件库",
6
6
  "main": "dist/yc-ui2.umd.min.js",