From aecfa814f9f73f30dcf11c8d1cfa381380ea5775 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Sat, 9 Mar 2019 20:52:04 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20error=20Cannot=20find=20module=20?= =?UTF-8?q?=E2=80=98core/dist/package.json=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main.js b/core/src/main.js index 18cd626a..c8f09511 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -50,7 +50,6 @@ import keytar from 'keytar'; import { FileUtils, BDIpc, Config, WindowUtils, Updater, Editor, Database } from './modules'; -const packageJson = require(path.resolve(__dirname, 'package.json')); const sparkplug = path.resolve(__dirname, 'sparkplug.js'); let configProxy;