From a856ac96d1f96524d6b6c189fed8f684642056b3 Mon Sep 17 00:00:00 2001 From: Kolja Lampe Date: Sat, 20 Aug 2016 12:44:31 +0200 Subject: [PATCH] Bump electron builder --- gulpfile.js | 2 +- package.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 5c13db4ce60..2a9a0150338 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -275,6 +275,6 @@ gulp.task('sync-meta', function() { appPackageJson.version = packageJson.version; appPackageJson.description = packageJson.description; appPackageJson.author = packageJson.author; - appPackageJson.license = packageJson.license; + appPackageJson.license = "Apache-2.0"; fs.writeFileSync('./src/package.json', JSON.stringify(appPackageJson, null, ' ') + '\n'); }); diff --git a/package.json b/package.json index 55987a5c2da..e2e2381c5c3 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,13 @@ "name": "Yuya Ochiai", "email": "yuya0321@gmail.com" }, - "license": "Apache-2.0", "engines": { "node": ">=4.2.0" }, + "repository": { + "type": "git", + "url": "git://github.com/mattermost/desktop.git" + }, "scripts": { "install": "cd src && npm install", "postinstall": "npm run build", @@ -36,7 +39,7 @@ "chai": "^3.5.0", "chai-as-promised": "^5.3.0", "devtron": "^1.3.0", - "electron-builder": "5.2.1", + "electron-builder": "7.3.0", "electron-connect": "~0.3.9", "electron-packager": "^7.0.1", "electron-prebuilt": "1.2.8",