Add process.versions['chrome'], fixes #675

This commit is contained in:
Cheng Zhao 2014-10-02 23:48:17 +08:00
parent ee5335ca6e
commit cc4897f8c1
2 changed files with 6 additions and 1 deletions

View file

@ -5,4 +5,5 @@ upstream node:
* `process.type` String - Process's type, can be `browser` or `renderer`.
* `process.versions['atom-shell']` String - Version of atom-shell.
* `process.versions['chrome']` String - Version of Chromium.
* `process.resourcesPath` String - Path to JavaScript source codes.