From 2e258d81bd4bc905607bfeeb1d191446bf017024 Mon Sep 17 00:00:00 2001 From: Michael Kriese <michael.kriese@visualon.de> Date: Tue, 4 Jan 2022 19:07:21 +0100 Subject: [PATCH] feat(preset): add ZXing.Net monorepo (#13372) --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 888c1e21a1..a585d121e2 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -188,6 +188,7 @@ const repoGroups = { workbox: 'https://github.com/googlechrome/workbox', vstest: 'https://github.com/microsoft/vstest', xterm: 'https://github.com/xtermjs/xterm.js', + 'zxing-net': 'https://github.com/micjahn/ZXing.Net', }; const patternGroups = { -- GitLab