diff --git a/package.json b/package.json index 427b6df1..ab9e946d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,9 @@ "productName": "YouTube Music", "mac": { "identity": null, - "files": ["!plugins/taskbar-mediacontrol${/*}"], + "files": [ + "!plugins/taskbar-mediacontrol${/*}" + ], "target": [ { "target": "dmg", @@ -29,7 +31,9 @@ }, "win": { "icon": "assets/generated/icons/win/icon.ico", - "files": ["!plugins/touchbar${/*}"], + "files": [ + "!plugins/touchbar${/*}" + ], "target": [ "nsis", "portable" @@ -40,7 +44,9 @@ }, "linux": { "icon": "assets/generated/icons/png", - "files": ["!plugins/{touchbar,taskbar-mediacontrol}${/*}"], + "files": [ + "!plugins/{touchbar,taskbar-mediacontrol}${/*}" + ], "category": "AudioVideo", "target": [ "AppImage", @@ -86,7 +92,6 @@ }, "dependencies": { "@cliqz/adblocker-electron": "^1.23.4", - "@electron/remote": "^2.0.4", "@ffmpeg/core": "^0.10.0", "@ffmpeg/ffmpeg": "^0.10.1", "async-mutex": "^0.3.2", diff --git a/yarn.lock b/yarn.lock index 8ca5e524..60757947 100644 --- a/yarn.lock +++ b/yarn.lock @@ -716,11 +716,6 @@ global-agent "^3.0.0" global-tunnel-ng "^2.7.1" -"@electron/remote@^2.0.4": - version "2.0.4" - resolved "https://registry.yarnpkg.com/@electron/remote/-/remote-2.0.4.tgz#c3dae436aed79d1b8adcefc5a4963c06750ad5d8" - integrity sha512-8m2P/d2RH986PmMW5lKygbPEjEYJ7RgCe37Y8DQ1wujKMH6VjmLIB+Y+DP2SA611svCZc58TRSd8FraGvcfGZw== - "@electron/universal@1.0.5": version "1.0.5" resolved "https://registry.yarnpkg.com/@electron/universal/-/universal-1.0.5.tgz#b812340e4ef21da2b3ee77b2b4d35c9b86defe37"