taro-react-uilib 1.4.26 → 1.4.27

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 +1 -0
  2. package/package.json +1 -4
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ## 特性
4
4
 
5
5
  - 目前只支持 h5、微信小程序、抖音小程序,其他端未得到验证
6
+ - node 16
6
7
 
7
8
  ## 使用
8
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taro-react-uilib",
3
- "version": "1.4.26",
3
+ "version": "1.4.27",
4
4
  "description": "基于taro的跨端组件库",
5
5
  "templateInfo": {
6
6
  "name": "default",
@@ -62,9 +62,6 @@
62
62
  "Android >= 4.1",
63
63
  "ios >= 8"
64
64
  ],
65
- "engines": {
66
- "node": "16"
67
- },
68
65
  "devDependencies": {
69
66
  "@babel/core": "^7.8.0",
70
67
  "@babel/runtime": "^7.7.7",