Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
doc: Include an example of viewing package version history
Browse files Browse the repository at this point in the history
Credit: @vedatmahir
Reviewed-By: @iarna
PR-URL: #11273
  • Loading branch information
vedatmahir authored and iarna committed Jan 28, 2016
1 parent 719ea9c commit 2609a29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/cli/npm-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ was required by each matching version of yui3:

npm view yui3@'>0.5.4' dependencies.jsdom

To show the `connect` package version history, you can do
this:

npm view connect versions

## OUTPUT

If only a single string field for a single version is output, then it
Expand Down

0 comments on commit 2609a29

Please sign in to comment.