Skip to content

Commit

Permalink
remove unused electron-log dep to reduce NPM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory committed Jun 30, 2020
1 parent 5883e26 commit 5e4ce6e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"dependencies": {
"electron-context-menu": "^0.15.0",
"electron-log": "^4.0.0",
"electron-unhandled": "^3.0.0",
"electron-util": "^0.14.0",
"js-yaml": "^3.13.1",
Expand Down
1 change: 1 addition & 0 deletions src/main/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function setupErrorHandling(): void {

// context menu (copy/paste/etc)
function setupContextMenu(): void {
// TODO: manually build this out and remove electron-context-menu
contextMenu();
}

Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3062,11 +3062,6 @@ electron-is-dev@^1.1.0:
resolved "https://registry.yarnpkg.com/electron-is-dev/-/electron-is-dev-1.2.0.tgz#2e5cea0a1b3ccf1c86f577cee77363ef55deb05e"
integrity sha512-R1oD5gMBPS7PVU8gJwH6CtT0e6VSoD0+SzSnYpNm+dBkcijgA+K7VAMHDfnRq/lkKPZArpzplTW6jfiMYosdzw==

electron-log@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/electron-log/-/electron-log-4.0.0.tgz#9315e4a5e6be5e2a158909856b2d2cb4d760cd6d"
integrity sha512-pj5Om0XoImjoq60zgvTv86W+2+7VMQIW0jmKWkXXTTjiC2L2WNfNDfMbpqo8Qj2szY1LsVyFhgRNBLXVrYNDJQ==

[email protected]:
version "21.2.0"
resolved "https://registry.yarnpkg.com/electron-publish/-/electron-publish-21.2.0.tgz#cc225cb46aa62e74b899f2f7299b396c9802387d"
Expand Down

0 comments on commit 5e4ce6e

Please sign in to comment.