Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-03-31 01:37:48 +0300
committerGar <gar+gh@danger.computer>2021-04-01 00:02:08 +0300
commit32717a60eb55fcf8c7e5016223bfee78a6daba0e (patch)
treed16c57e3c80280a3d971d3cbf1ff7b9099c10015 /docs
parentec520ce32d5e834a32ebd58491df4200e01ce690 (diff)
feat(view): add workspace support
PR-URL: https://github.com/npm/cli/pull/3001 Credit: @wraithgar Close: #3001 Reviewed-by: @nlf
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm-view.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/content/commands/npm-view.md b/docs/content/commands/npm-view.md
index bf09c2ba4..90d521885 100644
--- a/docs/content/commands/npm-view.md
+++ b/docs/content/commands/npm-view.md
@@ -14,8 +14,7 @@ aliases: info, show, v
### Description
-This command shows data about a package and prints it to the stream
-referenced by the `outfd` config, which defaults to stdout.
+This command shows data about a package and prints it to stdout.
As an example, to view information about the `connect` package from the registry, you would run: