Skip to content

Commit

Permalink
Electron build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansalikhov committed Sep 23, 2017
1 parent 82b9b0f commit 608a137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "RuDEX-light",
"identifier": "org.rudex.market",
"description": "RuDEX - cryptocurrency and decentralized exchange",
"version": "2.0.170903",
"version": "2.0.170923",
"author": "[email protected]",
"main": "electron.js",
"config": {
Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"yargs": "^6.6.0"
},
"optionalDependencies": {
"appdmg": "^0.4.5",
"rcedit": "^0.7.0"
},
"scripts": {
Expand All @@ -20,7 +21,6 @@
"start": "node ./tasks/start"
},
"dependencies": {
"appdmg": "^0.4.5",
"electron": "^1.4.15"
}
}

0 comments on commit 608a137

Please sign in to comment.