From 0e1e753ca333c2807b38252a495eedabe5c49f46 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 27 Sep 2017 12:07:47 -0700 Subject: [PATCH] Expand engine support in package.json to fix mac build --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 132bfd7b2..004aa6105 100644 --- a/package.json +++ b/package.json @@ -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",