@ccs-ui/rc-pro 1.1.22-beta-2 → 1.1.22-beta-3

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 (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.1.22-beta-2",
3
+ "version": "1.1.22-beta-3",
4
4
  "description": "CcsDatePicker.RangePicker参数bug;CcsProTable删除disableCollapseForm参数;CcsProTable添加formItemLayout,formItemCol参数适应自定义布局",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -21,7 +21,6 @@
21
21
  "lint": "npm run lint:es && npm run lint:css",
22
22
  "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
23
23
  "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
24
- "prepare": "husky install && dumi setup",
25
24
  "prepublishOnly": "father doctor && npm run build",
26
25
  "publish:beta": "father build && npm publish --tag=beta && cnpm sync @ccs-ui/rc-pro",
27
26
  "publish:prod": "father build && npm publish && cnpm sync @ccs-ui/rc-pro",