We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a02c0 commit 2e63a7bCopy full SHA for 2e63a7b
package.json
@@ -15,7 +15,7 @@
15
"package-linux": "electron-builder build --linux",
16
"gh-publish-mac": "electron-builder build --x64 --mac -p always",
17
"gh-publish": "electron-builder build -mwl -p always",
18
- "postinstall": "npm rebuild --runtime=electron --target=7.0.1"
+ "postinstall": "npm rebuild grpc --runtime=electron --target=7.0.1"
19
},
20
"author": {
21
"name": "Swell",
@@ -124,7 +124,7 @@
124
"main.js",
125
"httpserver.js"
126
],
127
- "nodeVersion":"12.14.1",
+ "nodeVersion": "12.14.1",
128
"nsis": {
129
"createDesktopShortcut": "always"
130
0 commit comments