From f2a64ab87e0da9a84f68268ba1d2c02ebb2a4cf5 Mon Sep 17 00:00:00 2001 From: equinusocio Date: Sat, 4 Nov 2017 21:27:51 +0100 Subject: [PATCH] fix: Add babel icon to .babelrc files Close #101 --- src/icons/partials/fileNames.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icons/partials/fileNames.js b/src/icons/partials/fileNames.js index a2855b0..4f4a0bf 100644 --- a/src/icons/partials/fileNames.js +++ b/src/icons/partials/fileNames.js @@ -32,7 +32,7 @@ "license.md": "_file_license", "license.md.rendered": "_file_license", "license.txt": "_file_license", - ".babelrc": "_file_json", + ".babelrc": "_file_babel", ".eslintrc": "_file_eslint", ".eslintrc.js": "_file_eslint", ".eslintrc.json": "_file_eslint",