We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cd760 commit 524b7bbCopy full SHA for 524b7bb
src/content/notes/package-to-manage-npm-packages.md src/content/notes/manage-npm-packages.md
@@ -1,10 +1,10 @@
1
---
2
-title: 'Package To Manage NPM Packages'
+title: 'Manage NPM Packages'
3
pubDate: 01-27-2025
4
tags: ['note', 'npm']
5
6
7
-I use [this](https://www.npmjs.com/package/npm-check) package to manage npm packages: `npm-check`.
+I use `npm-check` to manage npm packages. [Here](https://www.npmjs.com/package/npm-check) are the docs.
8
9
```bash
10
# Shows outdated packages
0 commit comments