Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit e7f7823

Browse files
committed
fix: getReleases return local and remote
1 parent 5d20365 commit e7f7823

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"release": "env-cmd .env build"
2020
},
2121
"dependencies": {
22-
"@philipplgh/electron-app-manager": "^0.23.0",
22+
"@philipplgh/electron-app-manager": "^0.24.0",
2323
"debug": "^4.1.1"
2424
},
2525
"peerDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
universal-user-agent "^2.0.0"
4949
url-template "^2.0.8"
5050

51-
"@philipplgh/electron-app-manager@^0.23.0":
52-
version "0.23.0"
53-
resolved "https://registry.yarnpkg.com/@philipplgh/electron-app-manager/-/electron-app-manager-0.23.0.tgz#2082c11319d6a5788104f32539c359d2261f64e0"
54-
integrity sha512-mEy7/RxZAM6yQ2RSskb6E7KM0hxXsiggQle2u1EcJ7MVsAJXXjR/nPhLdMrpEffnMpr7wHimdp+OJKLf7RBSjQ==
51+
"@philipplgh/electron-app-manager@^0.24.0":
52+
version "0.24.0"
53+
resolved "https://registry.yarnpkg.com/@philipplgh/electron-app-manager/-/electron-app-manager-0.24.0.tgz#ee6c42029a062b09abd7f05e209f345cda92aa84"
54+
integrity sha512-7ncnNe1Hl/xMFEtQRsJwFFuGYevqUSdToxaWv3wHGHegmqkVLwevWM6CLU6c4AGu+9GYURJUAyFR9YujRiKHOA==
5555
dependencies:
5656
"@octokit/rest" "^15.13.1"
5757
"@philipplgh/ethpkg" "^0.2.2"

0 commit comments

Comments
 (0)