From acf66a38046fde02314aecbeb96ae23a29731759 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Wed, 3 Feb 2021 12:13:19 -0800 Subject: [PATCH] lib: rename n-api to node-api `n-api` shall no longer be accepted as a subsystem. Instead, the accepted name for it shall be `node-api`. Refs: https://github.com/nodejs/abi-stable-node/issues/420 --- lib/rules/subsystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rules/subsystem.js b/lib/rules/subsystem.js index 2ac53aa..cabf159 100644 --- a/lib/rules/subsystem.js +++ b/lib/rules/subsystem.js @@ -19,7 +19,7 @@ const validSubsystems = [ 'meta', 'msi', 'node', - 'n-api', + 'node-api', 'perfctr', 'policy', 'src',