Skip to content

Commit

Permalink
move electron-winstaller to optional dependency to not block arm32 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jul 6, 2022
1 parent ef80fdd commit ee49464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@
"electron": "17.0.1",
"electron-builder": "^23.0.3",
"electron-packager": "^15.4.0",
"electron-winstaller": "^5.0.0",
"jest-esm-transformer": "^1.0.0",
"reserved-words": "^0.1.2",
"tsconfig-paths": "^3.9.0"
},
"optionalDependencies": {
"electron-installer-debian": "3.1.0",
"electron-installer-redhat": "3.3.0"
"electron-installer-redhat": "3.3.0",
"electron-winstaller": "^5.0.0"
}
}

0 comments on commit ee49464

Please sign in to comment.