From 241ef227d595611c7e48f4244182524a5b2108e3 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Sat, 3 Jul 2021 18:59:32 +0200 Subject: [PATCH] remove ustom-electron-titlebar as it's not used --- package-lock.json | 11 ----------- package.json | 1 - 2 files changed, 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd07ef3..652a801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "license": "MIT", "dependencies": { "auto-launch": "^5.0.5", - "custom-electron-titlebar": "^3.2.2-hotfix62", "glasstron": "0.0.4", "mkdirp": "^1.0.4", "node-fetch": "^2.6.0", @@ -1069,11 +1068,6 @@ "node": ">=8" } }, - "node_modules/custom-electron-titlebar": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.2.6.tgz", - "integrity": "sha512-P3ZGEr0eouUHqhdBBXllpuy2bFhfSmp+32HQBPcwzujjIsUhQxQj/nCpJiFa4SUGAEp1ifu/icuZdDKNNX72Tw==" - }, "node_modules/dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", @@ -4680,11 +4674,6 @@ "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", "dev": true }, - "custom-electron-titlebar": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/custom-electron-titlebar/-/custom-electron-titlebar-3.2.6.tgz", - "integrity": "sha512-P3ZGEr0eouUHqhdBBXllpuy2bFhfSmp+32HQBPcwzujjIsUhQxQj/nCpJiFa4SUGAEp1ifu/icuZdDKNNX72Tw==" - }, "dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", diff --git a/package.json b/package.json index 8f069ec..213bb26 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,6 @@ "license": "MIT", "dependencies": { "auto-launch": "^5.0.5", - "custom-electron-titlebar": "^3.2.2-hotfix62", "glasstron": "0.0.4", "mkdirp": "^1.0.4", "node-fetch": "^2.6.0",