From 5bbbb7a9725af650f90ca0b3813c29251a46fbd6 Mon Sep 17 00:00:00 2001 From: Lukas <lukas@slucky.de> Date: Sun, 11 Oct 2020 08:13:33 +0200 Subject: [PATCH] feat(preset): add feathersjs monorepos (#7442) --- lib/config/presets/internal/monorepo.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 982bc518f7..0a35240b98 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -24,6 +24,7 @@ const repoGroups = { 'date-io': 'https://github.com/dmtrKovalenko/date-io', 'devextreme-reactive': 'https://github.com/DevExpress/devextreme-reactive', 'electron-forge': 'https://github.com/electron-userland/electron-forge', + 'feathers-databases': 'https://github.com/feathersjs/databases', 'ember-decorators': 'https://github.com/ember-decorators/ember-decorators', 'graphql-modules': 'https://github.com/Urigo/graphql-modules', 'ionic-native': 'https://github.com/ionic-team/ionic-native', @@ -59,6 +60,7 @@ const repoGroups = { dropwizard: 'https://github.com/dropwizard/dropwizard', emotion: 'https://github.com/emotion-js/emotion', expo: 'https://github.com/expo/expo', + feathers: 'https://github.com/feathersjs/feathers', fimbullinter: 'https://github.com/fimbullinter/wotan', flopflip: 'https://github.com/tdeekens/flopflip', formatjs: 'https://github.com/formatjs/formatjs', -- GitLab