Skip to content

Commit

Permalink
Remove capitalised extension
Browse files Browse the repository at this point in the history
  • Loading branch information
lmn8 committed Apr 20, 2020
1 parent 93abdc4 commit 482d08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ export const fileIcons: FileIcons = {
{ name: 'vue-config', fileNames: ['vue.config.js', 'vue.config.ts'] },
{ name: 'vuex-store', fileExtensions: ['store.js', 'store.ts'], fileNames: ['store.js', 'store.ts'], enabledFor: [IconPack.Vuex] },
{ name: 'nuxt', fileNames: ['nuxt.config.js', 'nuxt.config.ts'], enabledFor: [IconPack.Vuex, IconPack.Vue] },
{ name: 'ocaml', fileExtensions: ['ml', 'ML', 'mli', 'cmx'] },
{ name: 'ocaml', fileExtensions: ['ml', 'mli', 'cmx'] },
{ name: 'javascript-map', fileExtensions: ['js.map', 'mjs.map'] },
{ name: 'css-map', fileExtensions: ['css.map'] },
{ name: 'lock', fileExtensions: ['lock'] },
Expand Down

0 comments on commit 482d08e

Please sign in to comment.