fix: 增加图标
Showing
{ | ||
"name": "panda-xform", | ||
"version": "2.4.7", | ||
"description": "2.4.7: 增加关联选择自动选上第一个监听逻辑", | ||
"version": "2.4.8", | ||
"description": "2.4.8: 设置修改,增加控件类型显示以及优化样式", | ||
"keywords": [ | ||
"panda-xform" | ||
], | ||
... | ... | @@ -11,7 +11,7 @@ |
"build": "cross-env BUILD_TYPE=lib father-build && cross-env BUILD_TYPE=es father-build", | ||
"dev": "node examples/server.js", | ||
"release": "np --no-cleanup --yolo --tag", | ||
"prepublishOnly": "yarn build", | ||
"preOnly": "yarn build", | ||
"lint": "yarn lint:js && yarn lint:prettier", | ||
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src", | ||
"lint:fix": "yarn lint:js -- --fix", | ||
... | ... |
This diff is collapsed.
Please
register
or
sign in
to comment