Browse Source

fix(electron-dep): Configure browserslist to use electron 1.7

This is the version of electron we actually use / have installed.

After this change `npx browserslist` outputs:
chrome 58
renovate/lint-staged-8.x
Ben Woosley 7 years ago
parent
commit
e4643ba319
No known key found for this signature in database GPG Key ID: 6EE5F3785F78B345
  1. 2
      package.json

2
package.json

@ -30,7 +30,7 @@
"test-watch": "npm test -- --watch",
"install-grpc": "cd app && npm run install-grpc"
},
"browserslist": "electron 1.6",
"browserslist": "electron 1.7",
"build": {
"productName": "ZapDesktop",
"appId": "org.develar.ZapDesktop",

Loading…
Cancel
Save