From df1d8b830222479a12b51a6b7d8f80697bbcd8c5 Mon Sep 17 00:00:00 2001 From: Sergei Zharinov <zharinov@users.noreply.github.com> Date: Mon, 20 Dec 2021 09:49:10 +0300 Subject: [PATCH] feat(preset): Define emojibase monorepo preset (#13201) --- 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 6a00d3f4c3..e26c6d189f 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -86,6 +86,7 @@ const repoGroups = { 'https://github.com/dotnet/runtime', ], dropwizard: 'https://github.com/dropwizard/dropwizard', + emojibase: 'https://github.com/milesj/emojibase', emotion: 'https://github.com/emotion-js/emotion', expo: 'https://github.com/expo/expo', feathers: 'https://github.com/feathersjs/feathers', -- GitLab