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:
parent
f6d0c1f171
commit
81ac6a9031
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
"spectron": "^3.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8.2.1"
|
||||
"node": "^8.2.1"
|
||||
},
|
||||
"build": {
|
||||
"appId": "org.whispersystems.signal-desktop",
|
||||
|
|
Loading…
Add table
Reference in a new issue