react-tech-ui 1.0.5 → 1.0.6

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -938,3 +938,8 @@ https://gitee.com/fanglikai/react-ui-component-library
938
938
  ## 作者
939
939
 
940
940
  Fanglikai
941
+
942
+ ## 联系我
943
+
944
+ - qq:854428201@qq.com
945
+ - 微信:15057058856
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-tech-ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "科技风格React UI组件库,支持大屏页面使用",
5
5
  "main": "dist/index/index.cjs",
6
6
  "module": "dist/index/index.js",