We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c69dc commit 67ab0f7Copy full SHA for 67ab0f7
1 file changed
docs/lib/content/commands/npm-update.md
@@ -24,7 +24,7 @@ If no package name is specified, all packages in the specified location (global
24
or local) will be updated.
25
26
Note that by default `npm update` will not update the semver values of direct
27
-dependencies in your project `package.json`, if you want to also update
+dependencies in your project `package.json`. If you want to also update
28
values in `package.json` you can run: `npm update --save` (or add the
29
`save=true` option to a [configuration file](/configuring-npm/npmrc)
30
to make that the default behavior).
0 commit comments