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.
- package/README.md +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
|
-
|
|
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
|
+
|