Skip to content

Commit

Permalink
lib: rename n-api to node-api (#87)
Browse files Browse the repository at this point in the history
`n-api` shall no longer be accepted as a subsystem. Instead, the
accepted name for it shall be `node-api`.

Refs: nodejs/abi-stable-node#420
  • Loading branch information
gabrielschulhof authored Feb 8, 2021
1 parent d0f3d51 commit 2b98d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/subsystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const validSubsystems = [
'meta',
'msi',
'node',
'n-api',
'node-api',
'perfctr',
'policy',
'src',
Expand Down

0 comments on commit 2b98d02

Please sign in to comment.