From 6f77635de205837c00050f5749455d2b3aae6efd Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 20 Mar 2016 23:33:41 +0100 Subject: [PATCH] Setup node version --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 234e198..567ea63 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,9 @@ "standard": "~6.0.8", "x-ray-phantom": "^1.0.0" }, + "engines": { + "node": ">= 0.10" + }, "scripts": { "pretest": "standard", "test": "istanbul cover mocha -- -u exports -R spec"