create-kide-app 0.3.1 → 0.3.2

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/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -55,8 +55,10 @@ const REPO =
55
55
  const CLEANUP = [
56
56
  "docs",
57
57
  "CLAUDE.md",
58
+ "CONTRIBUTING.md",
58
59
  ".claude/settings.local.json",
59
60
  ".github/workflows", // upstream CI + @kidecms/core release pipeline — wrong in any scaffold
61
+ ".github/pull_request_template.md", // Kide's own contribution checklist — wrong in any scaffold
60
62
  "scripts/verify-cloudflare.mjs", // needs the adapters/ overlay, which every scaffold deletes
61
63
  "data",
62
64
  ".cms-data",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kide-app",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Scaffold a new Kide CMS project",
5
5
  "author": "Matti Hernesniemi",
6
6
  "license": "MIT",