codemod 0.10.6 → 0.10.8

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 (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.cjs +1190 -1231
  3. package/package.json +6 -4
package/README.md CHANGED
@@ -25,7 +25,7 @@ For details on how to use the Codemod platform, check out our [documentation](ht
25
25
 
26
26
  ### List available codemods
27
27
 
28
- The `list` command can be used to list all codemods available in the [Codemod Registry](https://codemod.com/automations).
28
+ The `list` command can be used to list all codemods available in the [Codemod Registry](https://codemod.com/registry).
29
29
 
30
30
  codemod list
31
31