Compare commits

..

1 commit

Author SHA1 Message Date
dependabot[bot]
3ca8a1dccc
Bump electron from 12.0.6 to 13.1.6
Bumps [electron](https://github.com/electron/electron) from 12.0.6 to 13.1.6.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v12.0.6...v13.1.6)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 13:13:45 +00:00
2 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View file

@ -1,3 +1,2 @@
node_modules
out/
dist
out/

View file

@ -55,8 +55,7 @@
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin",
"linux"
"darwin"
]
},
{