Commit cfd3303fa6debc22008129c12029905476704d3e

Authored by 乔启韬
1 parent f2061de2

子表关联表

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