Skip to content

Commit

Permalink
doc: update antiquated process.versions output
Browse files Browse the repository at this point in the history
PR-URL: #750
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
bnoordhuis authored and cjihrig committed Feb 7, 2015
1 parent 789bbb9 commit 90d2b35
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions doc/api/process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -502,14 +502,14 @@ A property exposing version strings of io.js and its dependencies.

Will print something like:

{ http_parser: '1.0',
node: '0.10.4',
v8: '3.14.5.8',
ares: '1.9.0-DEV',
uv: '0.10.3',
zlib: '1.2.3',
modules: '11',
openssl: '1.0.1e' }
{ http_parser: '2.3.0',
node: '1.1.1',
v8: '4.1.0.14',
uv: '1.3.0',
zlib: '1.2.8',
ares: '1.10.0-DEV',
modules: '43',
openssl: '1.0.1k' }

## process.config

Expand Down

0 comments on commit 90d2b35

Please sign in to comment.