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/doc
diff options
context:
space:
mode:
authorKenan Yildirim <kenan@kenany.me>2015-08-07 18:26:42 +0300
committerRebecca Turner <me@re-becca.org>2015-08-14 22:25:49 +0300
commita5c7528cd970237773c3a7d901075f255893323b (patch)
treea166e600f9e6eb7d65aff7e003eac432d18d0c35 /doc
parent4b72a5490dfa2361e68e10c711fee86bd505b3c9 (diff)
docs: remove single quotes around semver range
PR-URL: https://github.com/npm/npm/pull/9200
Diffstat (limited to 'doc')
-rw-r--r--doc/api/npm-view.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/npm-view.md b/doc/api/npm-view.md
index fd0076c96..0c110f52e 100644
--- a/doc/api/npm-view.md
+++ b/doc/api/npm-view.md
@@ -65,7 +65,7 @@ If a version range is provided, then data will be printed for every
matching version of the package. This will show which version of jsdom
was required by each matching version of yui3:
- npm.commands.view(["yui3@'>0.5.4'", "dependencies.jsdom"], callback)
+ npm.commands.view(["yui3@>0.5.4", "dependencies.jsdom"], callback)
## OUTPUT