Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 304e956

Browse files
committed
chore: format code
1 parent 538eaa4 commit 304e956

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
"typescript": "catalog:",
2525
"@typescript/native-preview": "catalog:"
2626
}
27-
}
27+
}

packages/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
"publishConfig": {
2727
"directory": "dist"
2828
}
29-
}
29+
}

packages/web/src/content/docs/index.mdx

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,26 +41,29 @@ You can also install it with the following commands:
4141

4242
- **Using Node.js**
4343

44-
<Tabs>
44+
<Tabs>
4545
<TabItem label="npm">
4646
```bash
4747
npm install -g opencode-ai
4848
```
4949

50-
</TabItem>
51-
<TabItem label="Bun">
50+
</TabItem>
51+
52+
<TabItem label="Bun">
5253
```bash
5354
bun install -g opencode-ai
5455
```
5556

56-
</TabItem>
57-
<TabItem label="pnpm">
57+
</TabItem>
58+
59+
<TabItem label="pnpm">
5860
```bash
5961
pnpm install -g opencode-ai
6062
```
6163

62-
</TabItem>
63-
<TabItem label="Yarn">
64+
</TabItem>
65+
66+
<TabItem label="Yarn">
6467
```bash
6568
yarn global add opencode-ai
6669
```

0 commit comments

Comments
 (0)