diff --git a/package.json b/package.json index bb604fb12cc..ca0f9d09075 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,10 @@ "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", @@ -35,7 +39,7 @@ "chai-as-promised": "^5.3.0", "del": "^2.2.2", "devtron": "^1.3.0", - "electron-builder": "5.18.0", + "electron-builder": "5.19.1", "electron-connect": "^0.4.4", "electron-packager": "^7.0.1", "electron-prebuilt": "1.2.7",