Skip to content

Commit 5e4ce6e

Browse files
committed
remove unused electron-log dep to reduce NPM dependencies
1 parent 5883e26 commit 5e4ce6e

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
},
2828
"dependencies": {
2929
"electron-context-menu": "^0.15.0",
30-
"electron-log": "^4.0.0",
3130
"electron-unhandled": "^3.0.0",
3231
"electron-util": "^0.14.0",
3332
"js-yaml": "^3.13.1",

src/main/init.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function setupErrorHandling(): void {
1212

1313
// context menu (copy/paste/etc)
1414
function setupContextMenu(): void {
15+
// TODO: manually build this out and remove electron-context-menu
1516
contextMenu();
1617
}
1718

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3062,11 +3062,6 @@ electron-is-dev@^1.1.0:
30623062
resolved "https://registry.yarnpkg.com/electron-is-dev/-/electron-is-dev-1.2.0.tgz#2e5cea0a1b3ccf1c86f577cee77363ef55deb05e"
30633063
integrity sha512-R1oD5gMBPS7PVU8gJwH6CtT0e6VSoD0+SzSnYpNm+dBkcijgA+K7VAMHDfnRq/lkKPZArpzplTW6jfiMYosdzw==
30643064

3065-
electron-log@^4.0.0:
3066-
version "4.0.0"
3067-
resolved "https://registry.yarnpkg.com/electron-log/-/electron-log-4.0.0.tgz#9315e4a5e6be5e2a158909856b2d2cb4d760cd6d"
3068-
integrity sha512-pj5Om0XoImjoq60zgvTv86W+2+7VMQIW0jmKWkXXTTjiC2L2WNfNDfMbpqo8Qj2szY1LsVyFhgRNBLXVrYNDJQ==
3069-
30703065
30713066
version "21.2.0"
30723067
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-21.2.0.tgz#cc225cb46aa62e74b899f2f7299b396c9802387d"

0 commit comments

Comments
 (0)