Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #114 from LiskHQ/113-update_electron
Browse files Browse the repository at this point in the history
Update electron build dependencies - Closes #113
  • Loading branch information
karmacoma authored Apr 18, 2017
2 parents a0cb4d7 + 1ab23d2 commit 2e8b03b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-nano",
"version": "0.1.2",
"version": "0.2.0",
"description": "Lisk Nano",
"main": "main.js",
"author":{
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-nano",
"version": "0.1.2",
"version": "0.2.0",
"description": "Lisk Nano",
"homepage": "https://github.com/LiskHQ/lisk-nano",
"bugs": "https://github.com/LiskHQ/lisk-nano/issues",
Expand All @@ -18,16 +18,15 @@
"url": "https://github.com/LiskHQ/lisk-nano"
},
"devDependencies": {
"electron": "=1.4.4",
"electron-builder": "=7.14.2"
"electron": "=1.6.2",
"electron-builder": "=16.8.3"
},
"build": {
"appId": "io.lisk.nano",
"category": "finance",
"productName": "Lisk Nano",
"win": {
"target": "nsis"
}
},
"license": "MIT"
"license": "GPL-3.0"
}
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lisk-nano",
"version": "0.1.2",
"version": "0.2.0",
"description": "Lisk Nano",
"scripts": {
"build": "webpack --profile --progress --display-modules --display-exclude --display-chunks --display-cached --display-cached-assets",
Expand Down

0 comments on commit 2e8b03b

Please sign in to comment.