@wise/wds-codemods 1.0.0-experimental-95d3c2e → 1.0.0-experimental-d65051c
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
- [Getting Started](#-getting-started)
|
|
14
14
|
- [CLI Options](#cli-options)
|
|
15
15
|
- [Available Transforms](#-available-transforms)
|
|
16
|
-
- [Button Transform](./button.md)
|
|
17
|
-
- [ListItem Transform](./list-item.md)
|
|
16
|
+
- [Button Transform](./readme-button.md)
|
|
17
|
+
- [ListItem Transform](./readme-list-item.md)
|
|
18
18
|
- [Key Features](#-key-features)
|
|
19
19
|
- [Working with the Project Locally](#-working-with-the-project-locally)
|
|
20
20
|
- [Writing Codemod Transforms](#-writing-codemod-transforms)
|
|
@@ -204,7 +204,6 @@ Before running any transform, the codemod automatically:
|
|
|
204
204
|
|
|
205
205
|
- No report file generated
|
|
206
206
|
- Claude handles complex cases inline
|
|
207
|
-
- Use `--print` to review diffs before applying
|
|
208
207
|
|
|
209
208
|
### Smart Processing
|
|
210
209
|
|