Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 572f07e

Browse files
authored
feat: updated april 2023 (#447)
1 parent 4ee7734 commit 572f07e

File tree

5 files changed

+379
-370
lines changed

5 files changed

+379
-370
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22

3-
All notable changes to the "Hide Node Modules" VScode extension will be documented in this file:
3+
All changes to the "Hide Node Modules" VScode extension will be documented in this file:
4+
5+
### v1.1.7 - (April 10 2023)
6+
7+
- Updated dependencies
8+
- Updated readme badges
9+
- Updated extension description
410

511
### v1.1.6 - (March 17 2023)
612

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![Rating](https://img.shields.io/visual-studio-marketplace/r/chrisbibby.hide-node-modules)](https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules)
2-
[![Review Ratings](https://img.shields.io/visual-studio-marketplace/stars/chrisbibby.hide-node-modules)](https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules&ssr=false#review-details)
3-
[![Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/chrisbibby.hide-node-modules)](https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules)
4-
[![OpenVSX Downloads](https://shields.io/open-vsx/dt/ChrisBibby/hide-node-modules?label=Open%20VSX%20Downloads&style=flat-square&color=green)](https://open-vsx.org/extension/chrisbibby/hide-node-modules)
5-
6-
[![Last Github Commit](https://img.shields.io/github/last-commit/chrisbibby/vscode_hide-node-modules)](https://github.com/ChrisBibby/vscode_hide-node-modules)
7-
[![Last Updated](https://img.shields.io/visual-studio-marketplace/last-updated/chrisbibby.hide-node-modules)](https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules)
8-
[![Known Vulnerabilities](https://snyk.io/test/github/ChrisBibby/vscode_hide-node-modules/badge.svg)](https://snyk.io/test/github/ChrisBibby/vscode_hide-node-modules)
9-
[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-%C2%A32-green)](https://buymeacoffee.com/bibby)
1+
[![Rating](https://img.shields.io/visual-studio-marketplace/r/chrisbibby.hide-node-modules?color=blue&labelColor=grey)](https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules)
2+
[![Review Ratings](https://img.shields.io/visual-studio-marketplace/stars/chrisbibby.hide-node-modules?color=blue&labelColor=grey)](https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules&ssr=false#review-details)
3+
[![Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/chrisbibby.hide-node-modules?color=blue&labelColor=grey)](https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules)
4+
[![OpenVSX Downloads](https://shields.io/open-vsx/dt/ChrisBibby/hide-node-modules?label=Open%20VSX%20Downloads&style=flat-square&color=blue&labelColor=grey)](https://open-vsx.org/extension/chrisbibby/hide-node-modules)
5+
6+
[![Last Github Commit](https://img.shields.io/github/last-commit/chrisbibby/vscode_hide-node-modules?color=blue&labelColor=grey)](https://github.com/ChrisBibby/vscode_hide-node-modules)
7+
[![Last Updated](https://img.shields.io/visual-studio-marketplace/last-updated/chrisbibby.hide-node-modules?color=blue&labelColor=grey)](https://marketplace.visualstudio.com/items?itemName=chrisbibby.hide-node-modules)
8+
[![Known Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/chrisbibby/vscode_hide-node-modules?color=blue&labelColor=grey)](https://snyk.io/test/github/ChrisBibby/vscode_hide-node-modules)
9+
[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-☕️-blue?labelColor=grey)](https://buymeacoffee.com/bibby)
1010

1111
# Hide Node Modules README
1212

0 commit comments

Comments
 (0)