Skip to content

Commit

Permalink
fix: revert electron-builder version to work with electron 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Dec 20, 2018
1 parent 8ef73b5 commit cc2f336
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 97 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
},
"npmRebuild": true,
"mac": {
"category": "public.app-category.developer-tools"
"category": "public.app-category.developer-tools",
"artifactName": "AngularConsole-${version}.${ext}"
},
"win": {
"target": "nsis"
},
"linux": {
"target": [
"deb",
"rpm",
"tar.gz"
],
"synopsis": "Angular Console",
Expand Down Expand Up @@ -116,11 +116,11 @@
"cypress": "3.1.1",
"drivelist": "6.4.3",
"electron": "2.0.14",
"electron-builder": "20.36.2",
"electron-builder": "20.28.4",
"electron-installer-dmg": "2.0.0",
"electron-packager": "12.2.0",
"electron-store": "2.0.0",
"electron-updater": "4.0.4",
"electron-updater": "3.1.2",
"express": "4.16.4",
"express-graphql": "0.7.1",
"fix-path": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dotenv": "6.1.0",
"drivelist": "6.4.3",
"electron-store": "2.0.0",
"electron-updater": "4.0.4",
"electron-updater": "3.1.2",
"express": "4.16.4",
"express-graphql": "0.7.1",
"fix-path": "2.1.0",
Expand Down
Loading

0 comments on commit cc2f336

Please sign in to comment.