From b0fbc626a5a3d1d47747a3a18957bcce32fc5714 Mon Sep 17 00:00:00 2001 From: Joram Ruitenschild Date: Wed, 12 Jul 2017 14:00:25 +0200 Subject: [PATCH] Update minimal node engine from 0.10 to 4. Just like with chai. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 48059e2..e00d9e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chai-json-schema", - "version": "1.4.0", + "version": "1.5.0", "description": "Chai plugin for JSON Schema v4", "author": { "name": "Bart van der Schoor", @@ -31,7 +31,7 @@ }, "main": "./index", "engines": { - "node": ">= 0.10" + "node": ">= 4" }, "scripts": { "test": "grunt test"