Skip to content

Commit

Permalink
doc: correct order of metadata for deprecation
Browse files Browse the repository at this point in the history
This is in preparation for updating remark-preset-lint-node to 1.17.1.

PR-URL: #35668
Reviewed-By: Ben Coe <bencoe@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
Trott committed Oct 18, 2020
1 parent ee85eb9 commit 89defff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/deprecations.md
Expand Up @@ -2663,12 +2663,12 @@ The [`crypto.Certificate()` constructor][] is deprecated. Use
### DEP0147: `fs.rmdir(path, { recursive: true })`
<!-- YAML
changes:
- version: v14.14.0
pr-url: https://github.com/nodejs/node/pull/35579
description: Documentation-only deprecation.
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/35562
description: Runtime deprecation.
- version: v14.14.0
pr-url: https://github.com/nodejs/node/pull/35579
description: Documentation-only deprecation.
-->

Type: Runtime
Expand Down

0 comments on commit 89defff

Please sign in to comment.