You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(plugin-npm2yarn): Add Bun to default tabs conversions (#10953)
* fix(plugin-npm2yarn): Add Bun as default to align with docs
* fix(plugin-npm2yarn): update test snapshot with bunx
* fix(plugin-npm2yarn): update test snapshot with bunx-create
* fix(plugin-npm2yarn): update screenshot to add pnpm and Bun
---------
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
Copy file name to clipboardExpand all lines: packages/docusaurus-remark-plugin-npm2yarn/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ module.exports = {
63
63
| Property | Type | Default | Description |
64
64
| --- | --- | --- | --- |
65
65
|`sync`|`boolean`|`false`| Syncing tab choices (Yarn and npm). See https://docusaurus.io/docs/markdown-features/#syncing-tab-choices for details. |
66
-
|`converters`|`array`|`'yarn'`, `'pnpm'`, `'bun'`| The list of converters to use. The order of the converters is important, as the first converter will be used as the default choice. |
66
+
|`converters`|`array`|`['yarn', 'pnpm', 'bun']`| The list of converters to use. The order of the converters is important, as the first converter will be used as the default choice. |
0 commit comments