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 9f60d8d commit 91bb79a
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.0 .
npx automd@0.3.1 .

# pnpm
pnpm dlx automd@0.3.0 .
pnpm dlx automd@0.3.1 .

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

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

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

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

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

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

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

<!-- /automd -->
Expand Down

0 comments on commit 91bb79a

Please sign in to comment.