mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-10 15:05:02 +08:00
Expand engine support in package.json to fix mac build
This commit is contained in:
parent
a976cf3da6
commit
0e1e753ca3
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
"url": "git+https://github.com/Foundry376/Mailspring.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6.9.1",
|
||||
"npm": "3.10.8"
|
||||
"node": "6.9.x",
|
||||
"npm": "3.10.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "6.x.x",
|
||||
|
|
Loading…
Reference in a new issue