update all references to old atom-log bracket notation

This commit is contained in:
Zeke Sikelianos 2016-04-29 18:35:02 -07:00
parent 1bbc6211ca
commit 9f99ba3b73
12 changed files with 19 additions and 19 deletions

View file

@ -7,8 +7,8 @@ upstream node:
* `process.type` String - Process's type, can be `browser` (i.e. main process)
or `renderer`.
* `process.versions['electron']` String - Version of Electron.
* `process.versions['chrome']` String - Version of Chromium.
* `process.versions.electron` String - Version of Electron.
* `process.versions.chrome` String - Version of Chromium.
* `process.resourcesPath` String - Path to JavaScript source code.
* `process.mas` Boolean - For Mac App Store build, this value is `true`, for
other builds it is `undefined`.