Removed spaces from imported/exported varibles & fixed the package.json in app folder

This commit is contained in:
Lplenka
2017-03-19 01:16:07 +05:30
parent 5745276dbb
commit 1be29faea6
6 changed files with 13 additions and 29 deletions

View File

@@ -1,8 +1,6 @@
'use strict';
// eslint-disable-next-line import/no-extraneous-dependencies
const {
remote
} = require('electron');
const {remote} = require('electron');
const prefWindow = remote.getCurrentWindow();