smart-registry 0.7.1 → 0.7.2
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,6 +101,8 @@ If your project contains a `registry`, `components`, or `src/components` directo
|
|
|
101
101
|
npx smart-registry
|
|
102
102
|
```
|
|
103
103
|
|
|
104
|
+

|
|
105
|
+
|
|
104
106
|
### Advanced Usage
|
|
105
107
|
|
|
106
108
|
You can customize the output directory, working directory, and provide files or directories to build the registry from.
|