From 8481c8108c692a64c484469ae30607be2bb0a35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Almeida?= Date: Sun, 24 Dec 2017 20:25:50 -0500 Subject: [PATCH] fix(update electron-build target for latest release when installing grpc) --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index ba28606b..3a7c3cab 100644 --- a/app/package.json +++ b/app/package.json @@ -11,7 +11,7 @@ }, "scripts": { "postinstall": "npm rebuild --runtime=electron --target=1.6.6 --disturl=https://atom.io/download/atom-shell --build-from-source", - "install-grpc": "cd node_modules/grpc && git submodule update --init && npm run electron-build -- --target=1.6.10" + "install-grpc": "cd node_modules/grpc && git submodule update --init && npm run electron-build -- --target=1.7.10" }, "license": "MIT", "dependencies": {