mirror of https://github.com/nodejs/node.git
doc: correct order of metadata for deprecation
This is in preparation for updating remark-preset-lint-node to 1.17.1. PR-URL: https://github.com/nodejs/node/pull/35668 Reviewed-By: Ben Coe <bencoe@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>pull/35668/head
parent
ee85eb9f8a
commit
89defff3b9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue