@mittwald/flow-react-components 1.2.0-next.6 → 1.2.0-next.7

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/MIGRATION.md CHANGED
@@ -21,6 +21,11 @@ performed, and re-running a codemod is a no-op.
21
21
  It refuses to run on a dirty working tree (`--allow-dirty` overrides that) and
22
22
  rewrites files in place, so review the diff afterwards.
23
23
 
24
+ Every command on this page is written with `npx`, because a generated file
25
+ cannot know your package manager. Substitute the equivalent if yours differs:
26
+ `pnpm dlx`, `yarn dlx` (Yarn Classic has no `dlx` — it uses `npx`), or `bun x`.
27
+ The CLI's own output does detect it and prints the right form.
28
+
24
29
  ---
25
30
 
26
31
  <a id="use-design-tokens-build-metadata-removed"></a>