From 8e2ea23581e88d066362afbd6c1f84d10b1244d2 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Wed, 27 Nov 2024 09:48:40 +0100 Subject: [PATCH] Update some counts in readme --- readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index deb9681..6a1845f 100644 --- a/readme.md +++ b/readme.md @@ -75,18 +75,18 @@ console.log(npmHighImpact) ``` ```js -8133 +8599 [ + 'semver', 'ansi-styles', + 'debug', 'supports-color', - 'semver', 'chalk', - 'debug', - 'has-flag', - 'tslib', - 'color-convert', - 'color-name', 'ms', + 'tslib', + 'has-flag', + 'minimatch', + 'strip-ansi', // … ] ```