Fix error Cannot find module ‘core/dist/package.json’

This commit is contained in:
Samuel Elliott 2019-03-09 20:52:04 +00:00
parent 436f3d3c36
commit aecfa814f9
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 0 additions and 1 deletions

View File

@ -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;