From 27e5f87ccdd577000339f559527492a954197f16 Mon Sep 17 00:00:00 2001 From: Gregor Biswanger Date: Thu, 5 Oct 2017 04:56:59 +0200 Subject: [PATCH] remove electron as dependency from ressources - is not necessary for builded electron exe --- ElectronNET.CLI/ElectronHost/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ElectronNET.CLI/ElectronHost/package.json b/ElectronNET.CLI/ElectronHost/package.json index 7f50320..41cd726 100644 --- a/ElectronNET.CLI/ElectronHost/package.json +++ b/ElectronNET.CLI/ElectronHost/package.json @@ -10,7 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "electron": "^1.7.8", "socket.io": "^2.0.3" } }