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

Commit

Permalink
doc: Correct invalid JSON in npm-update docs
Browse files Browse the repository at this point in the history
Credit: @robludwig
Reviewed-By: @iarna
PR-URL: #11474
  • Loading branch information
robludwig authored and iarna committed Feb 25, 2016
1 parent 4906c90 commit c6ad091
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/cli/npm-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on dependencies, `dep1` (`dep2`, .. etc.). The published versions of `dep1` are
```
{
"dist-tags": { "latest": "1.2.2" },
"versions": {
"versions": [
"1.2.2",
"1.2.1",
"1.2.0",
Expand All @@ -46,7 +46,7 @@ on dependencies, `dep1` (`dep2`, .. etc.). The published versions of `dep1` are
"0.4.1",
"0.4.0",
"0.2.0"
}
]
}
```

Expand Down

0 comments on commit c6ad091

Please sign in to comment.