From 89ed1c526bf0bab6c9dee499efad062e652498b3 Mon Sep 17 00:00:00 2001 From: matbest1 <matgat96@hotmail.it> Date: Thu, 11 Feb 2021 12:58:07 +0100 Subject: [PATCH] feat: add 'MassTransit' monorepo (#8645) --- 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 e8035736b8..fe71d1e835 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -97,6 +97,7 @@ const repoGroups = { lodash: 'https://github.com/lodash/', loopback: 'https://github.com/strongloop/loopback-next', lrnwebcomponents: 'https://github.com/elmsln/lrnwebcomponents', + MassTransit: 'https://github.com/MassTransit/MassTransit', material: 'https://github.com/material-components/material-components-web', mdx: 'https://github.com/mdx-js/mdx', mui: 'https://github.com/mui-org/material-ui', -- GitLab