Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix casing of npm in info text
Browse files Browse the repository at this point in the history
[changelog:fixed]
  • Loading branch information
cdupuis committed Oct 15, 2020
1 parent 9be2c2d commit 9b15209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INFO.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## What it's useful for

NPM's `audit` and `update` commands keep your web and Node.js projects secure
and up to date. NPM audit performs a moment-in-time security review of your
project’s dependency tree and can help you fix a vulnerability. NPM update
npm's `audit` and `update` commands keep your web and Node.js projects secure
and up to date. `npm audit` performs a moment-in-time security review of your
project’s dependency tree and can help you fix a vulnerability. `npm update`
identifies package dependencies that are out of date and updates them to the
latest available version that satisfies the constraints in your `package.json`.
This skill leverages these tools to:
Expand Down

0 comments on commit 9b15209

Please sign in to comment.