Skip to content

Commit 4a223a2

Browse files
committedFeb 15, 2020
Update Electron and Electron Builder
1 parent 5f3cd2f commit 4a223a2

12 files changed

+912
-3407
lines changed
 
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎electron/app/package-lock.json

+199
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎electron/app/package.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "skycoin-electron",
3+
"author": "skycoin-electron",
4+
"main": "electron-main.js",
5+
"version": "0.1.0",
6+
"license": "MIT",
7+
"description": "Specific Electron code for the skycoin wallet",
8+
"private": true,
9+
"dependencies": {
10+
"axios": "^0.18.1",
11+
"electron-context-menu": "^0.9.1",
12+
"electron-debug": "^1.5.0",
13+
"rxjs": "^5.5.12"
14+
}
15+
}
File renamed without changes.

0 commit comments

Comments
 (0)