From 64c42d2e75ac1b0b1673916cbe641d111996e9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 12 Dec 2018 16:50:07 +0100 Subject: [PATCH] lookup: add debug (#626) - skip win32 because `npm test` fails - skip aix, ppc and s390 because PhantomJS is not compatible --- lib/lookup.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/lookup.json b/lib/lookup.json index b8ed3f991..ccbb9f5c6 100644 --- a/lib/lookup.json +++ b/lib/lookup.json @@ -106,6 +106,10 @@ "maintainers": "alanshaw", "skip": true }, + "debug": { + "maintainers": ["qix", "tootallnate"], + "skip": ["aix", "ppc", "s390", "win32"] + }, "dicer": { "prefix": "v", "maintainers": "mscdex"