Remove needless quotes around electron key

This commit is contained in:
Samuel Attard 2018-02-22 13:37:53 +11:00 committed by GitHub
parent 58e15c7755
commit 3bda63c350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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