Skip to content

Commit

Permalink
Add "common" as an alias for "shared"
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-v authored Apr 12, 2020
1 parent d9d8ece commit 19d2ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/folderIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const folderIcons: FolderTheme[] = [
{ name: 'folder-mappings', folderNames: ['mappings', 'mapping'] },
{ name: 'folder-meta', folderNames: ['meta'] },
{ name: 'folder-packages', folderNames: ['package', 'packages'] },
{ name: 'folder-shared', folderNames: ['shared'] },
{ name: 'folder-shared', folderNames: ['shared', 'common'] },
{ name: 'folder-stack', folderNames: ['stack', 'stacks'] },
{ name: 'folder-template', folderNames: ['template', 'templates'] },
{ name: 'folder-utils', folderNames: ['util', 'utils'] },
Expand Down

0 comments on commit 19d2ac9

Please sign in to comment.