react-tech-ui 1.0.4 → 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 +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -927,3 +927,19 @@ npm publish --otp=你的6位验证码
927
927
  ## License
928
928
 
929
929
  MIT
930
+
931
+ ## npm 地址
932
+
933
+ https://www.npmjs.com/package/react-tech-ui?activeTab=readme
934
+
935
+ ## 项目地址
936
+ https://gitee.com/fanglikai/react-ui-component-library
937
+
938
+ ## 作者
939
+
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.4",
3
+ "version": "1.0.6",
4
4
  "description": "科技风格React UI组件库,支持大屏页面使用",
5
5
  "main": "dist/index/index.cjs",
6
6
  "module": "dist/index/index.js",