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 689e040 commit 8d574cbCopy full SHA for 8d574cb
package.json
@@ -28,6 +28,10 @@
28
"pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js",
29
"postinstall": "npm run lint:fix"
30
},
31
+ "engines": {
32
+ "node": ">=10.16.0"
33
+ "electron": "5.0.3"
34
+ },
35
"build": {
36
"productName": "Thermal",
37
"appId": "com.netlify.thermal",
0 commit comments