Expand engine support in package.json to fix mac build

This commit is contained in:
Ben Gotow 2017-09-27 12:07:47 -07:00
parent a976cf3da6
commit 0e1e753ca3

View file

@ -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",