@mui/codemod 5.8.0 → 5.8.1
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 +1 -1
- package/codemod.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -697,7 +697,7 @@ Apply `underline="hover"` to `<Link />` that does not define `underline` prop (t
|
|
|
697
697
|
```
|
|
698
698
|
|
|
699
699
|
```sh
|
|
700
|
-
npx @mui/codemod v5.0.0/
|
|
700
|
+
npx @mui/codemod v5.0.0/link-underline-hover <path>
|
|
701
701
|
```
|
|
702
702
|
|
|
703
703
|
You can find more details about this breaking change in [the migration guide](https://mui.com/material-ui/guides/migration-v4/#link).
|
package/codemod.js
CHANGED
|
File without changes
|