Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d0d595f

Browse filesBrowse files
richardlautargos
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 <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>
1 parent 0aacd49 commit d0d595f
Copy full SHA for d0d595f

File tree

Expand file treeCollapse file tree

2 files changed

+6
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-6
lines changed
Open diff view settings
Collapse file

‎.github/CODEOWNERS‎

Copy file name to clipboardExpand all lines: .github/CODEOWNERS
+5-5Lines changed: 5 additions & 5 deletions
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

Collapse file

‎doc/guides/collaborator-guide.md‎

Copy file name to clipboardExpand all lines: doc/guides/collaborator-guide.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.