Skip to content

Commit 2e780d9

Browse files
committed
Update electron-settings to version 3.0.7
Previous versions had `electron` as a dependency, and not a dev dependency. This was causing issues with code signing the application with an Apple Developer ID Application certificate.
1 parent 6f5ba82 commit 2e780d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"standard": "^8.2.0"
4545
},
4646
"dependencies": {
47-
"electron-settings": "^3.0.5",
47+
"electron-settings": "^3.0.7",
4848
"electron-shortcut-normalizer": "^1.0.0",
4949
"glob": "^7.1.0",
5050
"highlight.js": "^9.3.0"

0 commit comments

Comments
 (0)