Browse Source

fix(build): update electron-builder to v20.15.1

The latest version of electron-builder lets us use file macros in the file
patterns such as `$platform`, which is useful for us to be able to
include platform specific files in the build as DRY as possible.
renovate/lint-staged-8.x
Tom Kirkpatrick 7 years ago
parent
commit
86c4f08ec7
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 2
      package.json
  2. 955
      yarn.lock

2
package.json

@ -157,7 +157,7 @@
"cross-env": "^5.0.0",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.3",
"electron-builder": "^19.49.2",
"electron-builder": "^20.15.1",
"electron-devtools-installer": "^2.2.1",
"enzyme": "^2.9.1",
"enzyme-to-json": "^1.5.1",

955
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save