@devflow-tools/plugin-css 0.17.6 → 0.17.7

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 +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @devflow-tools/plugin-css
2
2
 
3
- > CSS 专家插件 — 布局调试、响应式审查、BEM 规范、性能优化。(v0.17.6
3
+ > CSS 专家插件 — 布局调试、响应式审查、BEM 规范、性能优化。(v0.17.7
4
4
 
5
5
  ## 安装
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/plugin-css",
3
- "version": "0.17.6",
3
+ "version": "0.17.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "clean": "rm -rf dist"
18
18
  },
19
19
  "dependencies": {
20
- "@devflow-tools/sdk": "0.17.6"
20
+ "@devflow-tools/sdk": "0.17.7"
21
21
  },
22
22
  "devDependencies": {
23
23
  "typescript": "^5.5.0",
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "669fea3aa72aa3fde14ed50d24c1fec4dfac088f"
29
+ "gitHead": "560fe8a097aa9d398fdcfec409134cc94d26f92f"
30
30
  }