Browse Source

Remove needless quotes around electron key

Samuel Attard 7 years ago
parent
commit
3bda63c350
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/dump-version-info.js

+ 1 - 1
tools/dump-version-info.js

@@ -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']