ai-scaffold-pro 2.0.0 → 2.0.1

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/package.json +2 -2
  2. package/src/render.js +0 -1
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "ai-scaffold-pro",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "AI Coding Skeleton — CLI + LLM协作架构: CLI搭建骨架 → AI深度初始化",
5
5
  "bin": {
6
- "ai-scaffold-pro": "./bin/cli.js"
6
+ "ai-scaffold-pro": "bin/cli.js"
7
7
  },
8
8
  "type": "module",
9
9
  "scripts": {
package/src/render.js CHANGED
@@ -405,5 +405,4 @@ function countFiles(dir) {
405
405
  }
406
406
  return count;
407
407
  }
408
- }
409
408