Skip to content

Commit

Permalink
feat: enhance pnpm support
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jan 16, 2025
1 parent f8ba5e9 commit c1439e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2454,7 +2454,13 @@ export const fileIcons: FileIcons = {
{
name: 'pnpm',
light: true,
fileNames: ['pnpm-lock.yaml', 'pnpm-workspace.yaml', '.pnpmfile.cjs'],
fileNames: [
'pnpm-lock.yaml',
'pnpm-workspace.yaml',
'.pnpmfile.cjs',
'package.yaml',
'package.json5',
],
},
{
name: 'gridsome',
Expand Down

0 comments on commit c1439e3

Please sign in to comment.