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

Commit

Permalink
udpate (#1622)
Browse files Browse the repository at this point in the history
  • Loading branch information
luclu authored and evertonfraga committed Feb 1, 2017
1 parent 0c7ade6 commit b4f24cd
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 471 deletions.
5 changes: 0 additions & 5 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
const squirrelStartup = require('electron-squirrel-startup');
// windows only: don't run app during squirrel-install
function exit() { return; }
if (squirrelStartup) exit();


global._ = require('./modules/utils/underscore');
const { app, dialog, ipcMain, shell } = require('electron');
Expand Down
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"ethereum-keyfile-recognizer": "^1.0.2",
"ethereumjs-abi": "^0.6.3",
"got": "^6.7.1",
"i18next": "^6.0.3",
"i18next": "^6.1.1",
"log-rotate": "^0.2.7",
"log4js": "^1.1.0",
"lokijs": "^1.4.2",
"minimongo-standalone": "^1.1.0-3",
"numeral": "^2.0.4",
"os-timesync": "^1.0.6",
"os-timesync": "^1.0.7",
"semver": "^5.1.0",
"solc": "^0.4.8",
"typescript": "^2.1.5",
Expand All @@ -41,14 +41,14 @@
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"co-mocha": "^1.1.2",
"del": "^1.2.1",
"co-mocha": "^1.2.0",
"del": "^2.2.2",
"ecstatic": "^2.1.0",
"electron": "1.3.13",
"electron-builder": "=9.1.0",
"eslint": "^3.8.0",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"electron-builder": "^12.2.2",
"eslint": "^3.14.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"genomatic": "^1.0.0",
"geth-private": "^1.3.0",
"gh-release-assets": "^1.1.0",
Expand All @@ -61,8 +61,7 @@
"mocha": "^3.2.0",
"optimist": "^0.6.1",
"run-sequence": "^1.2.1",
"shelljs": "^0.7.0",
"spectron": "3.3.0",
"sync-request": "^3.0.1"
"shelljs": "^0.7.6",
"spectron": "3.3.0"
}
}
Loading

0 comments on commit b4f24cd

Please sign in to comment.