Skip to content

Commit

Permalink
fix: fix npmrc file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Sep 4, 2024
1 parent 56e2f6a commit 98df18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/file-icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ export let fileIcons: FileIcon[] = [
light: true,
},
{
files: ['.npmignore', 'npmrc'],
files: ['.npmignore', '.npmrc'],
name: 'npm',
id: 'npm',
},
Expand Down

0 comments on commit 98df18c

Please sign in to comment.