@webhouse/create-cms 0.2.2 → 0.2.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/dist/index.js +5 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -185,13 +185,16 @@ write(".claude/settings.json", JSON.stringify({
185
185
  "Bash(npm install)",
186
186
  "Bash(npm ci)",
187
187
  "Bash(npm run *)",
188
+ "Bash(pnpm install)",
189
+ "Bash(pnpm add *)",
190
+ "Bash(pnpm run *)",
191
+ "Bash(pnpm exec *)",
188
192
  "Bash(npx next *)",
189
193
  "Bash(npx cms *)",
190
194
  "Bash(npx @webhouse/cms-cli *)",
191
195
  "Bash(git *)",
192
196
  "Bash(ls *)",
193
- "Bash(mkdir *)",
194
- "Bash(cat *)"
197
+ "Bash(mkdir *)"
195
198
  ]
196
199
  }
197
200
  }, null, 2) + "\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webhouse/create-cms",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Scaffold a new @webhouse/cms project",
5
5
  "type": "module",
6
6
  "license": "MIT",