diff options
Diffstat (limited to 'deps/npm/doc/cli/update.md')
-rw-r--r-- | deps/npm/doc/cli/update.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deps/npm/doc/cli/update.md b/deps/npm/doc/cli/update.md new file mode 100644 index 0000000000..1de49f2e2f --- /dev/null +++ b/deps/npm/doc/cli/update.md @@ -0,0 +1,21 @@ +npm-update(1) -- Update a package +================================= + +## SYNOPSIS + + npm update [<name> [<name> ...]] + +## DESCRIPTION + +This command will update all the packages listed to the latest version +(specified by the `tag` config). + +It will also install missing packages. + +## SEE ALSO + +* npm-install(1) +* npm-outdated(1) +* npm-registry(1) +* npm-folders(1) +* npm-list(1) |