From 58924817a2b66dd3b5eecddbeb8b9c5d9fc2dcd8 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 29 Sep 2023 13:53:01 -0700 Subject: [PATCH] lookup: use GitHub head for serialport (#992) This will hopefully fix serialport when run against a `-pre` version of Node.js. Eventually, this fix will be in a release of serialport, but it's in GitHub now. Closes: https://github.com/nodejs/citgm/issues/991 --- lib/lookup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lookup.json b/lib/lookup.json index 41ad8542..979c92a7 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -420,7 +420,7 @@ "comment": "postlint script fails" }, "serialport": { - "prefix": "serialport@", + "head": true, "tags": "native", "maintainers": "reconbot" },