Skip to content

Commit

Permalink
chore: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 20, 2024
1 parent 49a7038 commit 29ca7d3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/fixture/OUTPUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

```sh
# npm
npx automd@0.3.1 .
npx automd@0.3.2 .

# pnpm
pnpm dlx automd@0.3.1 .
pnpm dlx automd@0.3.2 .

# bun
bunx automd@0.3.1 .
bunx automd@0.3.2 .
```

<!-- /automd -->
Expand All @@ -34,27 +34,27 @@ bunx automd@0.3.1 .

```sh
# ✨ Auto-detect
npx nypm i -D automd@^0.3.1
npx nypm i -D automd@^0.3.2
```

```sh
# npm
npm install -D automd@^0.3.1
npm install -D automd@^0.3.2
```

```sh
# yarn
yarn add -D automd@^0.3.1
yarn add -D automd@^0.3.2
```

```sh
# pnpm
pnpm install -D automd@^0.3.1
pnpm install -D automd@^0.3.2
```

```sh
# bun
bun install -D automd@^0.3.1
bun install -D automd@^0.3.2
```

<!-- /automd -->
Expand Down

0 comments on commit 29ca7d3

Please sign in to comment.