From 63b487aad1b137164164c5e8869d7ebb45d04469 Mon Sep 17 00:00:00 2001
From: Christian Murphy <christian.murphy.42@gmail.com>
Date: Thu, 3 Sep 2020 08:31:52 -0700
Subject: [PATCH] feat(preset): add lrnwebcomponents monorepo (#7172)

---
 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 db85b05141..e45e634802 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -79,6 +79,7 @@ const repoGroups = {
   lingui: 'https://github.com/lingui/js-lingui',
   lodash: 'https://github.com/lodash/',
   loopback: 'https://github.com/strongloop/loopback-next',
+  lrnwebcomponents: 'https://github.com/elmsln/lrnwebcomponents',
   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