From cffe416f504ea48b3e71924910845f01a3a15427 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 3 Feb 2017 00:24:58 -0800 Subject: [PATCH] package: fix deprecation warning --- bin/package.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/package.js b/bin/package.js index 65b12260..29913647 100755 --- a/bin/package.js +++ b/bin/package.js @@ -104,8 +104,8 @@ const all = { // "devDependencies" before starting to package the app. prune: true, - // The Electron version with which the app is built (without the leading 'v') - version: require('electron/package.json').version + // The Electron version that the app is built with (without the leading 'v') + electronVersion: require('electron/package.json').version } const darwin = {