@cgzair/cgz-fabric 2.0.8 → 2.1.5

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/README.md CHANGED
@@ -10,7 +10,7 @@ fabric 是《信息技术部前端编码手册》的配套 CLI 工具,一键
10
10
  pnpm add @cgzair/cgz-fabric -D
11
11
  ```
12
12
 
13
- ![fabric](/images/fabric.gif)
13
+ ![fabric](./lib/config/fabric.gif)
14
14
 
15
15
  ### 自动配置
16
16
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgzair/cgz-fabric",
3
- "version": "2.0.8",
3
+ "version": "2.1.5",
4
4
  "description": "A collection of configuration files containing prettier, eslint, stylelint, markdown",
5
5
  "main": "lib/index.js",
6
6
  "bin": {
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@cgzair/cgz-core": "^2.0.0-alpha.0",
45
+ "@cgzair/cgz-core": "^2.0.2",
46
46
  "chalk": "4.1.2",
47
47
  "commander": "^9.0.0",
48
48
  "ejs": "^3.1.6",
@@ -51,11 +51,11 @@
51
51
  "lodash": "^4.17.21"
52
52
  },
53
53
  "devDependencies": {
54
- "@cgzair/commitlint-config-cgz": "2.0.0",
55
- "@cgzair/eslint-config-cgz": "2.0.4",
56
- "@cgzair/markdownlint-config-cgz": "2.0.0",
57
- "@cgzair/prettier-config-cgz": "2.0.0",
58
- "@cgzair/stylelint-config-cgz": "2.0.1",
54
+ "@cgzair/commitlint-config-cgz": "2.0.3",
55
+ "@cgzair/eslint-config-cgz": "2.0.6",
56
+ "@cgzair/markdownlint-config-cgz": "2.0.2",
57
+ "@cgzair/prettier-config-cgz": "2.0.2",
58
+ "@cgzair/stylelint-config-cgz": "2.0.3",
59
59
  "@types/ejs": "^3.1.0",
60
60
  "@types/fs-extra": "^9.0.13",
61
61
  "@types/glob": "^7.2.0",
@@ -77,5 +77,5 @@
77
77
  "pnpm": ">=9.0.0"
78
78
  },
79
79
  "license": "MIT",
80
- "gitHead": "516c41f893f18edaf5b49db8eab6e7541ba70c31"
80
+ "gitHead": "950a840ad96068b6eaae19e0d2322ba24ef5c864"
81
81
  }