Don't lock the Node version so strictly

This is particularly problematic because Yarn apparently
errors (not warns) if the engine doesn't match.
This commit is contained in:
AJ Jordan 2018-04-02 00:42:58 -04:00 committed by GitHub
parent f6d0c1f171
commit 81ac6a9031
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,7 @@
"spectron": "^3.8.0" "spectron": "^3.8.0"
}, },
"engines": { "engines": {
"node": "8.2.1" "node": "^8.2.1"
}, },
"build": { "build": {
"appId": "org.whispersystems.signal-desktop", "appId": "org.whispersystems.signal-desktop",