@wise/wds-codemods 0.0.1-experimental-0eb0ef8 → 0.0.1-experimental-e9ff92f

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -125,7 +125,7 @@ wds-codemods button ./packages --monorepo
125
125
  wds-codemods button ./src --print --dry
126
126
  ```
127
127
 
128
- ## �‍💻 Available Transforms
128
+ ## 💻 Available Transforms
129
129
 
130
130
  ### Button Transform (`button`)
131
131
 
@@ -166,7 +166,7 @@ The transform generates a `codemod-report.txt` file for cases requiring manual a
166
166
 
167
167
  ---
168
168
 
169
- ## �🔧 Key Features
169
+ ## 🔧 Key Features
170
170
 
171
171
  ### Package Requirements Validation
172
172
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/wds-codemods",
3
- "version": "0.0.1-experimental-0eb0ef8",
3
+ "version": "0.0.1-experimental-e9ff92f",
4
4
  "license": "UNLICENSED",
5
5
  "author": "Wise Payments Ltd.",
6
6
  "repository": {