Skip to content

Commit

Permalink
fixup! feat: add react-admin group
Browse files Browse the repository at this point in the history
  • Loading branch information
herndlm authored and Rhys Arkins committed Aug 17, 2021
1 parent f9c7785 commit 3c1094b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/config/presets/internal/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -583,17 +583,6 @@ 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 3c1094b

Please sign in to comment.