Skip to content

Commit 2264fee

Browse files
author
Murat
committed
docs(website): add bun to shell commands
1 parent 2d02c8d commit 2264fee

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

website/docs/usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ npx react-native-integrate <package-name>
1616
```bash npm2yarn
1717
# First install the package
1818
npm install @react-native-firebase/app
19-
19+
```
20+
```bash npm2yarn
2021
# Integrate the package
2122
npx react-native-integrate@latest @react-native-firebase/app
2223
```

website/docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,12 @@ const config = {
4949
},
5050
},
5151
remarkPlugins: [
52-
[require('@docusaurus/remark-plugin-npm2yarn'), {sync: true}],
52+
[require('@docusaurus/remark-plugin-npm2yarn'), {sync: true,
53+
converters: [
54+
'yarn',
55+
'pnpm',
56+
'bun',
57+
],}],
5358
],
5459
},
5560
blog: {

website/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@cmfcmf/docusaurus-search-local": "^1.1.0",
1818
"@docusaurus/core": "3.1.1",
1919
"@docusaurus/preset-classic": "3.1.1",
20-
"@docusaurus/remark-plugin-npm2yarn": "^3.1.1",
20+
"@docusaurus/remark-plugin-npm2yarn": "^3.7.0",
2121
"@mdx-js/react": "^3.0.0",
2222
"clsx": "^2.0.0",
2323
"prism-react-renderer": "^2.3.0",

0 commit comments

Comments
 (0)