@cgzair/stylelint-config-cgz 2.0.1 → 2.0.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,7 +12,7 @@ pnpm add @cgzair/stylelint-config-cgz -D
12
12
 
13
13
  ### 配置
14
14
 
15
- 在 `stylelint.config.mjs` 中继承配置:
15
+ 在 `stylelint.config.mjs` 中使用配置:
16
16
 
17
17
  ```js
18
18
  export { default } from "@cgzair/stylelint-config-cgz";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cgzair/stylelint-config-cgz",
3
3
  "type": "module",
4
- "version": "2.0.1",
4
+ "version": "2.0.3",
5
5
  "description": "Stylelint shareable configuration for cgz frontend Guidelines",
6
6
  "keywords": [
7
7
  "stylelint",
@@ -42,5 +42,5 @@
42
42
  "pnpm": ">=9.0.0"
43
43
  },
44
44
  "license": "MIT",
45
- "gitHead": "516c41f893f18edaf5b49db8eab6e7541ba70c31"
45
+ "gitHead": "950a840ad96068b6eaae19e0d2322ba24ef5c864"
46
46
  }