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

Commit dcffbe2

Browse files
committed
feat(icons): change default icons
1 parent e8bb6f1 commit dcffbe2

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

build/icons/256x256.png

-15.3 KB
Loading

build/icons/icon.icns

-153 KB
Binary file not shown.

build/icons/icon.ico

105 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"axios": "^0.16.1",
6161
"brace": "^0.11.0",
6262
"buefy": "^0.6.2",
63-
"electron": "^1.7.5",
6463
"emmet": "^1.6.3",
6564
"font-awesome": "^4.7.0",
6665
"nedb": "^1.8.0",
@@ -89,6 +88,7 @@
8988
"css-loader": "^0.28.4",
9089
"del": "^3.0.0",
9190
"devtron": "^1.4.0",
91+
"electron": "^1.7.5",
9292
"electron-builder": "^19.19.1",
9393
"electron-debug": "^1.4.0",
9494
"electron-devtools-installer": "^2.2.0",

src/renderer/datastore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Datastore from 'nedb';
22
import path from 'path';
3+
// eslint-disable-next-line
34
import { remote } from 'electron';
45

56
export default new Datastore({

0 commit comments

Comments
 (0)