Don't lock the Node version so strictly

This is particularly problematic because Yarn apparently
errors (not warns) if the engine doesn't match.
pull/1/head
AJ Jordan 8 years ago committed by GitHub
parent f6d0c1f171
commit 81ac6a9031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save