mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
meta: update node-api team name
The `@nodejs/n-api` team was renamed to `@nodejs/node-api`. PR-URL: https://github.com/nodejs/node/pull/41268 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
cadeabc5f7
commit
406e6d87c4
10
.github/CODEOWNERS
vendored
10
.github/CODEOWNERS
vendored
@ -84,12 +84,12 @@
|
||||
/lib/internal/bootstrap/loaders.js @nodejs/modules
|
||||
/src/module_wrap* @nodejs/modules @nodejs/vm
|
||||
|
||||
# N-API
|
||||
# Node-API
|
||||
|
||||
/src/node_api* @nodejs/n-api
|
||||
/src/js_native_api* @nodejs/n-api
|
||||
/doc/guides/adding-new-napi-api.md @nodejs/n-api
|
||||
/doc/api/n-api.md @nodejs/n-api
|
||||
/src/node_api* @nodejs/node-api
|
||||
/src/js_native_api* @nodejs/node-api
|
||||
/doc/guides/adding-new-napi-api.md @nodejs/node-api
|
||||
/doc/api/n-api.md @nodejs/node-api
|
||||
|
||||
# gyp
|
||||
|
||||
|
@ -814,7 +814,7 @@ might impact an LTS release.
|
||||
| `lib/util` | @nodejs/util |
|
||||
| `lib/zlib` | @nodejs/zlib |
|
||||
| `src/async_wrap.*` | @nodejs/async\_hooks |
|
||||
| `src/node_api.*` | @nodejs/n-api |
|
||||
| `src/node_api.*` | @nodejs/node-api |
|
||||
| `src/node_crypto.*` | @nodejs/crypto |
|
||||
| `test/*` | @nodejs/testing |
|
||||
| `tools/node_modules/eslint`, `.eslintrc` | @nodejs/linting |
|
||||
|
Loading…
Reference in New Issue
Block a user