Showing
1 changed file
with
2 additions
and
3 deletions
1 | { | 1 | { |
2 | "name": "@qx/form-render", | 2 | "name": "@qx/form-render", |
3 | - "version": "0.0.7", | 3 | + "version": "0.0.8", |
4 | "description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成", | 4 | "description": "通过 JSON Schema 生成标准 Form,常用于自定义搭建配置界面生成", |
5 | "repository": { | 5 | "repository": { |
6 | "type": "git", | 6 | "type": "git", |
@@ -21,8 +21,7 @@ | @@ -21,8 +21,7 @@ | ||
21 | "email": "fateriddle@gmail.com" | 21 | "email": "fateriddle@gmail.com" |
22 | } | 22 | } |
23 | ], | 23 | ], |
24 | - "scripts": { | ||
25 | - }, | 24 | + "scripts": {}, |
26 | "main": "lib/index.js", | 25 | "main": "lib/index.js", |
27 | "module": "es/index.js", | 26 | "module": "es/index.js", |
28 | "gitHooks": { | 27 | "gitHooks": { |