From 81ac6a9031d583a2fa70e4d12579955f24908ddf Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Mon, 2 Apr 2018 00:42:58 -0400 Subject: [PATCH] Don't lock the Node version so strictly This is particularly problematic because Yarn apparently errors (not warns) if the engine doesn't match. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cc71535a8..37685d85a9 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "spectron": "^3.8.0" }, "engines": { - "node": "8.2.1" + "node": "^8.2.1" }, "build": { "appId": "org.whispersystems.signal-desktop",