Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-08-26 14:37:20 +0300
committerMyles Borins <mylesborins@github.com>2020-08-31 16:55:06 +0300
commit622ea7514e8f80aff7534c44c9a6f2b91feee524 (patch)
treefd22bc8226a48958f75e00e3906237981c25573a /.github
parente1edd6bbfab32bf95ee33532f1d4faaeafceb13c (diff)
meta: update module pages in CODEOWNERS
PR-URL: https://github.com/nodejs/node/pull/34932 Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 734d829f626..0f003241efe 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -86,6 +86,8 @@
/doc/api/modules.md @nodejs/modules
/doc/api/esm.md @nodejs/modules
+/doc/api/module.md @nodejs/modules
+/doc/api/packages.md @nodejs/modules
/lib/module.js @nodejs/modules
/lib/internal/modules/* @nodejs/modules
/lib/internal/bootstrap/loaders.js @nodejs/modules