From c5121275c99c543b97823d9bf9bcb57b66ad99c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sat, 21 Dec 2024 14:30:41 +0100 Subject: [PATCH] lookup: do not use head or git clone for `cheerio` --- lib/lookup.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/lookup.json b/lib/lookup.json index 0784ee09..74e19fe6 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -89,8 +89,6 @@ }, "cheerio": { "skip": ["aix", "win32"], - "head": true, - "useGitClone": true, "maintainers": ["matthewmueller", "jugglinmike"], "scripts": ["test:vi"] },