From 2995bc2b368e49caf3f6ca71856229f1c94375b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 9 May 2024 13:21:41 +0200 Subject: [PATCH] lookup: add React Closes: https://github.com/nodejs/citgm/issues/1038 --- lib/lookup.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 41a26979..51483204 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -359,6 +359,11 @@ "maintainers": "kriskowal", "skip": ["win32", ">=21"] }, + "react": { + "prefix": "v", + "yarn": true, + "scripts": ["test -r=stable --env=production --ci"] + }, "readable-stream": { "prefix": "v", "maintainers": "nodejs/streams",