Skip to content

Commit

Permalink
lib: rename n-api to node-api
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
Gabriel Schulhof committed Feb 3, 2021
1 parent d0f3d51 commit acf66a3
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 acf66a3

Please sign in to comment.