From ec3b986a9760da98295d1f1a7bdef09a74c7523e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 4 Dec 2023 16:04:57 +0100 Subject: [PATCH] lookup: use HEAD for `inherits` Refs: https://github.com/nodejs/node/pull/51043#issuecomment-1838742464 --- lib/lookup.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lookup.json b/lib/lookup.json index 0f5bd611..0443c4cf 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -238,6 +238,7 @@ }, "inherits": { "prefix": "v", + "head": true, "maintainers": "isaacs" }, "is-core-module": {