packlyze 1.0.3 → 1.0.4
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,12 +82,12 @@ Packlyze can be used in two main ways: as a CLI tool and as a Node.js/TypeScript
|
|
|
82
82
|
console.log(result.bundleStats.modules);
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
## 📁
|
|
85
|
+
## 📁 File Structure
|
|
86
86
|
|
|
87
|
-
Typical structure for a Packlyze
|
|
87
|
+
Typical structure for a Packlyze:
|
|
88
88
|
|
|
89
89
|
```
|
|
90
|
-
Packlyze
|
|
90
|
+
Packlyze/
|
|
91
91
|
├── src/
|
|
92
92
|
│ ├── types.ts # TypeScript interfaces
|
|
93
93
|
│ ├── index.ts # Main entry point
|