Skip to content

Commit

Permalink
test: disable version in snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 21, 2024
1 parent 44c880b commit b7ce756
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/fixture/INPUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## `pm-install`

<!-- automd:pm-install dev separate-->
<!-- automd:pm-install no-version dev separate-->
<!-- /automd -->

## `jsdocs`
Expand Down
12 changes: 6 additions & 6 deletions test/fixture/OUTPUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,31 @@ bunx automd@0.3.3 .

## `pm-install`

<!-- automd:pm-install dev separate-->
<!-- automd:pm-install no-version dev separate-->

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

```sh
# npm
npm install -D automd@^0.3.3
npm install -D automd
```

```sh
# yarn
yarn add -D automd@^0.3.3
yarn add -D automd
```

```sh
# pnpm
pnpm install -D automd@^0.3.3
pnpm install -D automd
```

```sh
# bun
bun install -D automd@^0.3.3
bun install -D automd
```

<!-- /automd -->
Expand Down

0 comments on commit b7ce756

Please sign in to comment.