From 51a4319033de92bc6681e885dcd475c28ef3fa03 Mon Sep 17 00:00:00 2001 From: Markus Schuch <schuch@users.noreply.github.com> Date: Sat, 22 Jan 2022 00:23:54 +0100 Subject: [PATCH] feat(presets): add new Vue 3 default repo url (#13731) --- lib/config/presets/internal/monorepo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index e121f0e093..b21018e903 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -184,7 +184,7 @@ const repoGroups = { treat: 'https://github.com/seek-oss/treat', typefaces: 'https://github.com/KyleAMathews/typefaces', uppy: 'https://github.com/transloadit/uppy', - vue: 'https://github.com/vuejs/vue', + vue: ['https://github.com/vuejs/vue', 'https://github.com/vuejs/core'], vuepress: 'https://github.com/vuejs/vuepress', webdriverio: 'https://github.com/webdriverio/webdriverio', workbox: 'https://github.com/googlechrome/workbox', -- GitLab