@mui/x-codemod 7.0.0-alpha.9 → 7.0.0-beta.0
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# @mui/x-codemod
|
|
2
2
|
|
|
3
|
-
> Codemod scripts for MUI
|
|
3
|
+
> Codemod scripts for MUI X
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@mui/x-codemod)
|
|
6
6
|
[](https://www.npmjs.com/package/@mui/x-codemod)
|
|
7
7
|
|
|
8
8
|
This repository contains a collection of codemod scripts based for use with
|
|
9
|
-
[jscodeshift](https://github.com/facebook/jscodeshift) that help update MUI
|
|
9
|
+
[jscodeshift](https://github.com/facebook/jscodeshift) that help update MUI X APIs.
|
|
10
10
|
|
|
11
11
|
## Setup & run
|
|
12
12
|
|