Add read-only version to planned 2.0 API

This commit is contained in:
Kevin Sawicki 2017-01-12 13:49:25 -08:00
parent 726bab0293
commit 323edb9d53
2 changed files with 5 additions and 0 deletions

View file

@ -87,6 +87,10 @@ process.versions['atom-shell']
process.versions.electron
```
* `process.versions.electron` and `process.version.chrome` will be made
read-only properties for consistency with the other `process.versions`
properties set by Node.
## `Tray`
```js