From 54fe42b1364c14c063d4c8071a8ab0937ef08182 Mon Sep 17 00:00:00 2001 From: KID-joker Date: Sun, 17 Sep 2023 08:39:39 +0800 Subject: [PATCH] Add npm-deprecated-check --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5b342b9..eafd7a7 100644 --- a/readme.md +++ b/readme.md @@ -235,6 +235,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [npm-check-updates](https://github.com/tjunnone/npm-check-updates) - Find newer versions of package dependencies than what your package.json allows. - [updates](https://github.com/silverwind/updates) - Flexible npm dependency update tool. - [wipe-modules](https://github.com/bntzio/wipe-modules) - Remove `node_modules` of inactive projects. +- [npm-deprecated-check](https://github.com/KID-joker/npm-deprecated-check) - Check whether a dependency is deprecated and recommend alternative packages. ### Boilerplate