From 682094ff9edb44cdd4fbfa9ebe619a8af87cf08e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 24 Sep 2023 15:31:45 -0700 Subject: [PATCH 1/2] lookup: re-add winston --- lib/lookup.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index 3c9da59f..c206ca0c 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -457,6 +457,9 @@ "maintainers": "tootallnate", "tags": "native" }, + "winston": { + "maintainers": "indexzero" + }, "ws": { "expectFail": "fips", "maintainers": ["einaros", "3rd-Eden", "lpinca"], From 94aa84854e9e0e44df2121f66aad5581e6b9424c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 6 Aug 2024 16:49:08 -0700 Subject: [PATCH 2/2] fixup! lookup: re-add winston --- lib/lookup.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index c206ca0c..6f0c9631 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -458,7 +458,8 @@ "tags": "native" }, "winston": { - "maintainers": "indexzero" + "maintainers": "indexzero", + "skip": "win32" }, "ws": { "expectFail": "fips",