Skip to content

Commit 8d574cb

Browse files
committed
Define node & electron engines in package.json
1 parent 689e040 commit 8d574cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js",
2929
"postinstall": "npm run lint:fix"
3030
},
31+
"engines": {
32+
"node": ">=10.16.0"
33+
"electron": "5.0.3"
34+
},
3135
"build": {
3236
"productName": "Thermal",
3337
"appId": "com.netlify.thermal",

0 commit comments

Comments
 (0)