Skip to content

Commit

Permalink
feat: add dependencies-update icon (#1505)
Browse files Browse the repository at this point in the history
Signed-off-by: Okinea Dev <81070564+okineadev@users.noreply.github.com>
Co-authored-by: Okinea Dev <81070564+okineadev@users.noreply.github.com>
  • Loading branch information
bart-krakowski and okineadev authored Nov 1, 2024
1 parent b887814 commit cb631a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/dependencies-update.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2758,5 +2758,9 @@ export const fileIcons: FileIcons = {
IconPack.Vuex,
],
},
{
name: 'dependencies-update',
fileExtensions: ['.ncurc.json', '.ncurc.yml', '.ncurc.js'],
},
]),
};

0 comments on commit cb631a8

Please sign in to comment.