From bd76c4c12a58cbc54287b3a31278c47b2a371c03 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 3 Jan 2020 14:39:38 +0000 Subject: [PATCH] Add missing engines definition to package.json So that the versions supported and tested in CI are more obvious. Support for Node.js 6 was previously dropped in webpack-chain 6.0.0. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 77cd658..23608e2 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "fluent", "api" ], + "engines": { + "node": ">=8" + }, "files": [ "src", "types/*.d.ts"