Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
feat(icons): change default icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lauthieb committed Jan 29, 2018
1 parent e8bb6f1 commit dcffbe2
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
Binary file modified build/icons/256x256.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified build/icons/icon.icns
Binary file not shown.
Binary file modified build/icons/icon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions 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({
Expand Down

0 comments on commit dcffbe2

Please sign in to comment.