antd-management-fast-config 1.1.78 → 1.1.83
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/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antd-management-fast-config",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.83",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": "",
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"precommit": "npm run z:lint:staged:quiet",
|
|
19
19
|
"publish:npm": "npm publish --registry https://registry.npmjs.org/",
|
|
20
20
|
"z:auto:adjust:file": "echo can exec some file adjust command with here",
|
|
21
|
-
"
|
|
21
|
+
"z:documentation:clear": "npx easy-soft-develop rimraf --path ./docs",
|
|
22
|
+
"prez:documentation:generate": "npm run z:documentation:clear && npm run z:documentation:lint",
|
|
22
23
|
"z:documentation:generate": "npx documentation build src/** -f html --github -o docs",
|
|
23
24
|
"z:documentation:lint": "npx documentation lint src/**",
|
|
24
25
|
"z:lint:file:all": "npm run z:lint:script:all && npm run z:lint:style:all",
|
|
@@ -70,9 +71,9 @@
|
|
|
70
71
|
"commitizen": "^4.3.0",
|
|
71
72
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
72
73
|
"cross-env": "^7.0.3",
|
|
73
|
-
"cz-git": "^1.9.
|
|
74
|
+
"cz-git": "^1.9.2",
|
|
74
75
|
"documentation": "^14.0.3",
|
|
75
|
-
"easy-soft-develop": "^2.1.
|
|
76
|
+
"easy-soft-develop": "^2.1.174",
|
|
76
77
|
"eslint": "^8.57.0",
|
|
77
78
|
"eslint-config-airbnb": "^19.0.4",
|
|
78
79
|
"eslint-config-airbnb-typescript": "^18.0.0",
|