@simpleform/form 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.
package/README.md CHANGED
@@ -26,7 +26,7 @@ The `Form.Item` component acts as an item in the `Form.List` array type and is c
26
26
 
27
27
  ## install
28
28
  - [Node.js](https://nodejs.org/en/) Version >= 14.0.0
29
- - [react](https://nodejs.org/en/) Version >= 16.8.0
29
+ - [react](https://react.docschina.org/) Version >= 16.8.0
30
30
  ```bash
31
31
  npm install @simpleform/form --save
32
32
  # or
package/README_CN.md CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
  ## 安装
29
29
  - [Node.js](https://nodejs.org/en/) Version >= 14.0.0
30
- - [react](https://nodejs.org/en/) Version >= 16.8.0
30
+ - [react](https://react.docschina.org/) Version >= 16.8.0
31
31
  ```bash
32
32
  npm install @simpleform/form --save
33
33
  # 或者
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simpleform/form",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "simple form component",
5
5
  "author": "mezhanglei <496623925@qq.com>",
6
6
  "homepage": "https://github.com/mezhanglei/simpleform#readme",
@@ -8,9 +8,6 @@
8
8
  "main": "lib/index.js",
9
9
  "module": "es/index.js",
10
10
  "types": "./lib/index.d.ts",
11
- "engines": {
12
- "node": ">=14.0.0"
13
- },
14
11
  "directories": {
15
12
  "lib": "lib",
16
13
  "src": "src",