mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-10 23:15:00 +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"
|
"url": "git+https://github.com/Foundry376/Mailspring.git"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "6.9.1",
|
"node": "6.9.x",
|
||||||
"npm": "3.10.8"
|
"npm": "3.10.x"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-cli": "6.x.x",
|
"babel-cli": "6.x.x",
|
||||||
|
|
Loading…
Reference in a new issue