Skip to content

Commit

Permalink
➖ remove unused dependency configstore
Browse files Browse the repository at this point in the history
  • Loading branch information
akashnimare committed Apr 8, 2017
1 parent e5097ac commit 4bd6fde
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions app/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const {dialog} = require('electron');
const https = require('https');
const http = require('http');
const electronLocalshortcut = require('electron-localshortcut');
// const Configstore = require('configstore');
const Configstore = require('electron-config');
const JsonDB = require('node-json-db');
const isDev = require('electron-is-dev');
Expand All @@ -24,10 +23,8 @@ const data = db.getData('/');
// adds debug features like hotkeys for triggering dev tools and reload
require('electron-debug')();

// const conf = new Configstore('Zulip-Desktop');
const conf = new Configstore();


function userOS() {
if (os.platform() === 'darwin') {
return 'Mac';
Expand Down
1 change: 0 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"InstantMessaging"
],
"dependencies": {
"configstore": "2.1.0",
"electron-config":"0.2.1",
"electron-debug": "1.1.0",
"electron-is-dev": "0.1.2",
Expand Down

0 comments on commit 4bd6fde

Please sign in to comment.