From c205e3beae384b9ddefcfb41f947b0b109571f4e Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sat, 28 Jan 2017 14:14:08 +0200 Subject: [PATCH] minimal node version 6.9.x --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2843c4c3..a4737736 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "git://github.com/Rebilly/ReDoc" }, "engines": { - "node": ">=4.7", + "node": ">=6.9", "npm": ">=3.0.0" }, "main": "dist/redoc.min.js",