Skip to content

Commit 90d2b35

Browse files
bnoordhuiscjihrig
authored andcommitted
doc: update antiquated process.versions output
PR-URL: #750 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 789bbb9 commit 90d2b35

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/api/process.markdown

+8-8
Original file line numberDiff line numberDiff line change
@@ -502,14 +502,14 @@ A property exposing version strings of io.js and its dependencies.
502502

503503
Will print something like:
504504

505-
{ http_parser: '1.0',
506-
node: '0.10.4',
507-
v8: '3.14.5.8',
508-
ares: '1.9.0-DEV',
509-
uv: '0.10.3',
510-
zlib: '1.2.3',
511-
modules: '11',
512-
openssl: '1.0.1e' }
505+
{ http_parser: '2.3.0',
506+
node: '1.1.1',
507+
v8: '4.1.0.14',
508+
uv: '1.3.0',
509+
zlib: '1.2.8',
510+
ares: '1.10.0-DEV',
511+
modules: '43',
512+
openssl: '1.0.1k' }
513513

514514
## process.config
515515

0 commit comments

Comments
 (0)