Skip to content

Commit

Permalink
feat: add react-admin group
Browse files Browse the repository at this point in the history
  • Loading branch information
herndlm authored and rarkins committed Aug 17, 2021
1 parent a8e4b72 commit 1f5a955
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/config/presets/internal/group.ts
Expand Up @@ -583,6 +583,17 @@ const staticGroups = {
},
],
},
reactAdmin: {
description: 'Group react-admin packages together',
packageRules: [
{
matchPackageNames: ['react-admin'],
matchPackagePatterns: ['^ra-'],
groupName: 'react-admin packages',
groupSlug: 'react-admin',
},
],
},
};

const config: any = { ...staticGroups };
Expand Down

0 comments on commit 1f5a955

Please sign in to comment.