Skip to content

Commit

Permalink
Automatic package.json reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
su-ex committed Aug 1, 2022
1 parent 3206105 commit 8452d9a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "element-desktop",
"productName": "Element",
"main": "lib/electron-main.js",
"version": "1.11.0",
"version": "1.11.1",
"description": "A feature-rich client for Matrix.org",
"author": "Element",
"repository": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"auto-launch": "^5.0.5",
"counterpart": "^0.18.6",
"electron-store": "^6.0.1",
"electron-store": "^8.0.2",
"electron-window-state": "^5.0.3",
"minimist": "^1.2.6",
"png-to-ico": "^2.1.1",
Expand Down Expand Up @@ -88,6 +88,9 @@
"matrix-seshat": "^2.3.3",
"keytar": "^7.9.0"
},
"resolutions": {
"@types/node": "16.11.38"
},
"build": {
"appId": "im.riot.app",
"asarUnpack": "**/*.node",
Expand Down Expand Up @@ -119,11 +122,15 @@
"darkModeSupport": true
},
"win": {
"target": {
"target": "squirrel"
},
"target": [
"squirrel",
"msi"
],
"sign": "scripts/electron_winSign"
},
"msi": {
"perMachine": true
},
"directories": {
"output": "dist"
},
Expand Down

0 comments on commit 8452d9a

Please sign in to comment.