diff --git a/build/icons/256x256.png b/build/icons/256x256.png index 3d67e9d..675d0f8 100644 Binary files a/build/icons/256x256.png and b/build/icons/256x256.png differ diff --git a/build/icons/icon.icns b/build/icons/icon.icns index a65f91b..fdd3643 100644 Binary files a/build/icons/icon.icns and b/build/icons/icon.icns differ diff --git a/build/icons/icon.ico b/build/icons/icon.ico index 8702729..d135173 100644 Binary files a/build/icons/icon.ico and b/build/icons/icon.ico differ diff --git a/package.json b/package.json index b8f85c2..c69b492 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,6 @@ "axios": "^0.16.1", "brace": "^0.11.0", "buefy": "^0.6.2", - "electron": "^1.7.5", "emmet": "^1.6.3", "font-awesome": "^4.7.0", "nedb": "^1.8.0", @@ -89,6 +88,7 @@ "css-loader": "^0.28.4", "del": "^3.0.0", "devtron": "^1.4.0", + "electron": "^1.7.5", "electron-builder": "^19.19.1", "electron-debug": "^1.4.0", "electron-devtools-installer": "^2.2.0", diff --git a/src/renderer/datastore.js b/src/renderer/datastore.js index cb68f05..c39ebe3 100644 --- a/src/renderer/datastore.js +++ b/src/renderer/datastore.js @@ -1,5 +1,6 @@ import Datastore from 'nedb'; import path from 'path'; +// eslint-disable-next-line import { remote } from 'electron'; export default new Datastore({