Skip to content

Commit 9319fa3

Browse files
richardlaudanielleadams
authored andcommitted
meta: update node-api team name
The `@nodejs/n-api` team was renamed to `@nodejs/node-api`. PR-URL: #41268 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 3c99a4d commit 9319fa3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/CODEOWNERS

+5-5
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
/lib/internal/bootstrap/loaders.js @nodejs/modules
8585
/src/module_wrap* @nodejs/modules @nodejs/vm
8686

87-
# N-API
87+
# Node-API
8888

89-
/src/node_api* @nodejs/n-api
90-
/src/js_native_api* @nodejs/n-api
91-
/doc/guides/adding-new-napi-api.md @nodejs/n-api
92-
/doc/api/n-api.md @nodejs/n-api
89+
/src/node_api* @nodejs/node-api
90+
/src/js_native_api* @nodejs/node-api
91+
/doc/guides/adding-new-napi-api.md @nodejs/node-api
92+
/doc/api/n-api.md @nodejs/node-api
9393

9494
# gyp
9595

doc/guides/collaborator-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ might impact an LTS release.
814814
| `lib/util` | @nodejs/util |
815815
| `lib/zlib` | @nodejs/zlib |
816816
| `src/async_wrap.*` | @nodejs/async\_hooks |
817-
| `src/node_api.*` | @nodejs/n-api |
817+
| `src/node_api.*` | @nodejs/node-api |
818818
| `src/node_crypto.*` | @nodejs/crypto |
819819
| `test/*` | @nodejs/testing |
820820
| `tools/node_modules/eslint`, `.eslintrc` | @nodejs/linting |

0 commit comments

Comments
 (0)