From 60396b7bcd605ccb8ec095d271554bd37ce77074 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 26 Sep 2023 05:38:06 -0700 Subject: [PATCH] lookup: fix entries for underscore, dicer, and csv-parser --- lib/lookup.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index df98a758e..406ee9370 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -102,7 +102,7 @@ "skip": "win32" }, "csv-parser": { - "prefix": "v", + "head": true, "flaky": "win32", "maintainers": "mafintosh" }, @@ -112,7 +112,7 @@ "scripts": ["test:node", "lint"] }, "dicer": { - "prefix": "v", + "head": true, "maintainers": "mscdex" }, "duplexer2": { @@ -498,8 +498,7 @@ "underscore": { "flaky": ["aix", "s390"], "skip": "win32", - "maintainers": "jashkenas", - "ignoreGitHead": true + "maintainers": "jashkenas" }, "uuid": { "prefix": "v",