From ae42658be95ed0fb62a0ccc21a736ec3e90bdda1 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Sat, 30 Jan 2021 09:48:49 -0500 Subject: [PATCH] doc: add missing deprecation code PR-URL: https://github.com/nodejs/node/pull/37147 Refs: https://github.com/nodejs/node/pull/36918 Reviewed-By: Antoine du Hamel Reviewed-By: Zijian Liu Reviewed-By: James M Snell --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 4402fb791da711..7644bc00829144 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2699,7 +2699,7 @@ resolutions not in `node_modules`. This means there will not be deprecation warnings for `"exports"` in dependencies. With `--pending-deprecation`, a runtime warning results no matter where the `"exports"` usage occurs. -### DEP0XXX: Main index lookup and extension searching +### DEP0151: Main index lookup and extension searching