From 40b3d3a2699f4fdf01b6b4273b00ac7a44f871ea Mon Sep 17 00:00:00 2001 From: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> Date: Thu, 15 Nov 2018 15:56:57 +0100 Subject: [PATCH] Switch back to beta --- packages/fether-electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fether-electron/package.json b/packages/fether-electron/package.json index a6ddab1f0..f8c5ed89e 100644 --- a/packages/fether-electron/package.json +++ b/packages/fether-electron/package.json @@ -25,7 +25,7 @@ ], "homepage": "https://github.com/paritytech/fether", "parity": { - "channel": "stable" + "channel": "beta" }, "scripts": { "prebuild": "copyfiles -u 2 \"../fether-react/build/**/*\" static/ && ./scripts/fixElectronBug.sh",