stoix 0.1.2 → 0.1.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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@ Project names must start with a letter and may contain letters, numbers, `.`, `_
39
39
  ## Generated Project Structure
40
40
 
41
41
  ```text
42
- └──my-app/
42
+ my-app/
43
43
  ├── package.json # Dependencies and scripts
44
44
  ├── stoix.config.ts # Stoix framework configuration
45
45
  ├── tsconfig.json # TypeScript config (shared)
@@ -146,4 +146,4 @@ This removes template build artifacts (`template/node_modules`, `template/dist`,
146
146
  ## License
147
147
 
148
148
  MIT
149
-
149
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stoix",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Stoix — A Node + Express + React framework with Vite, fully written in TypeScript",
5
5
  "type": "module",
6
6
  "bin": {