Fix deprecated API in tools/dump-version-info.js

This commit is contained in:
John Kleinschmidt
2018-02-22 09:00:37 -05:00
parent afcbb589b6
commit 96f800552c

View File

@@ -16,7 +16,7 @@ function getDate () {
function getInfoForCurrentVersion () {
var json = {}
json.version = process.versions['atom-shell']
json.version = process.versions.electron
json.date = getDate()
var names = ['node', 'v8', 'uv', 'zlib', 'openssl', 'modules', 'chrome']