@next/codemod 15.0.0-canary.188 → 15.0.0-canary.189

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/codemod",
3
- "version": "15.0.0-canary.188",
3
+ "version": "15.0.0-canary.189",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,7 +38,7 @@ function transformer(file, _api) {
38
38
  return;
39
39
  }
40
40
  // If file has <style jsx> enable legacyBehavior
41
- // and keep <a> to stay on the safe side
41
+ // and keep <a> to stay on the safe side
42
42
  if (hasStylesJSX) {
43
43
  $link
44
44
  .get('attributes')