From 346924c19ae21eddf99432db303f23b156a7f148 Mon Sep 17 00:00:00 2001 From: Aaron Adams <aaron@aaronadams.ca> Date: Wed, 2 Jun 2021 12:06:41 +0200 Subject: [PATCH] feat(config): Add Theme UI monorepo (#10281) --- 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 12508c7fdf..d9a99df25a 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -46,6 +46,7 @@ const repoGroups = { 'System.IO.Abstractions': 'https://github.com/System-IO-Abstractions/System.IO.Abstractions/', 'telus-tds': 'https://github.com/telusdigital/tds', + 'theme-ui': 'https://github.com/system-ui/theme-ui', 'typescript-eslint': 'https://github.com/typescript-eslint/typescript-eslint', 'typography-js': 'https://github.com/KyleAMathews/typography.js', 'vue-cli': 'https://github.com/vuejs/vue-cli', -- GitLab