create-croissant 0.1.42 → 0.1.43

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-croissant",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "description": "Scaffold a new project using the Croissant Stack",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,6 @@ npx create-croissant@latest
26
26
  - Path aliases (`@/`) for clean imports.
27
27
  - Strict TypeScript across the entire stack.
28
28
  - Ultra-fast linting and formatting with [Oxc](https://oxc.rs/) (`oxlint` and `oxfmt`).
29
- - Automated CI checks on push via [Husky](https://typicode.github.io/husky/).
30
29
 
31
30
  ## 📁 Project Structure
32
31