From 7136700933683b349f0135097e0a6151c779ae73 Mon Sep 17 00:00:00 2001 From: equinusocio Date: Tue, 14 Nov 2017 14:17:30 +0100 Subject: [PATCH] fix: Update package-lock.json and yarn.lock file icons Close #108 --- src/icons/partials/fileNames.js | 3 ++- src/icons/partials/light.js | 8 ++++---- src/icons/svgs/package-lock.svg | 6 ++++++ src/icons/svgs/yarn-lock.svg | 6 ++++++ src/icons/svgs/yarn.svg | 2 +- test/package-lock.json | 0 test/yarn.lock | 0 7 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 src/icons/svgs/package-lock.svg create mode 100644 src/icons/svgs/yarn-lock.svg create mode 100644 test/package-lock.json create mode 100644 test/yarn.lock diff --git a/src/icons/partials/fileNames.js b/src/icons/partials/fileNames.js index 1e2da13..fb17fcd 100644 --- a/src/icons/partials/fileNames.js +++ b/src/icons/partials/fileNames.js @@ -1,5 +1,6 @@ "fileNames": { "gruntfile.js": "_file_grunt", + "package-lock.json": "_file_package-lock", "bower.json": "_file_bower", ".bowerrc": "_file_bower", "webpack.js": "_file_webpack", @@ -50,7 +51,7 @@ ".gitattributes": "_file_git", ".gitmodules": "_file_git", ".gitkeep": "_file_git", - "yarn.lock": "_file_yarn", + "yarn.lock": "_file_yarn-lock", ".yarnrc": "_file_yarn", ".yarnclean": "_file_yarn", ".yarn-integrity": "_file_yarn", diff --git a/src/icons/partials/light.js b/src/icons/partials/light.js index 78b641d..100bcf0 100644 --- a/src/icons/partials/light.js +++ b/src/icons/partials/light.js @@ -2,8 +2,8 @@ "folderExpanded": "_folder_open", "folder": "_folder_light", "folderNames": { - "node_modules": "_folder_node", "test": "_folder_test", + "node_modules": "_folder_node", "assets": "_folder_assets", "bower_components": "_folder_bower", "js": "_folder_js", @@ -14,11 +14,11 @@ ".vscode": "_folder_vscode", ".gulp": "_folder_gulp", "build": "_folder_dark_build", - "dist": "_folder_dark_build" + "dist": "_folder_dist" }, "folderNamesExpanded": { - "node_modules": "_folder_node_open", "test": "_folder_test_open", + "node_modules": "_folder_node_open", "bower_components": "_folder_bower_open", "assets": "_folder_assets_open", "src": "_folder_src_open", @@ -29,6 +29,6 @@ ".gulp": "_folder_gulp_open", ".vscode": "_folder_vscode_open", "build": "_folder_open_build", - "dist": "_folder_open_build" + "dist": "_folder_dist_open" } }, \ No newline at end of file diff --git a/src/icons/svgs/package-lock.svg b/src/icons/svgs/package-lock.svg new file mode 100644 index 0000000..bd442cb --- /dev/null +++ b/src/icons/svgs/package-lock.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/icons/svgs/yarn-lock.svg b/src/icons/svgs/yarn-lock.svg new file mode 100644 index 0000000..8f27189 --- /dev/null +++ b/src/icons/svgs/yarn-lock.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/icons/svgs/yarn.svg b/src/icons/svgs/yarn.svg index 4e634c8..aee195b 100755 --- a/src/icons/svgs/yarn.svg +++ b/src/icons/svgs/yarn.svg @@ -1,3 +1,3 @@ - + diff --git a/test/package-lock.json b/test/package-lock.json new file mode 100644 index 0000000..e69de29 diff --git a/test/yarn.lock b/test/yarn.lock new file mode 100644 index 0000000..e69de29