From 81cd7390f091244a51e0ea67be3c454352f8b366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Sat, 25 Apr 2020 10:18:49 +0100 Subject: [PATCH] Document minimum supported Node.js version --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f914c21..e22b1fc 100644 --- a/package.json +++ b/package.json @@ -51,5 +51,8 @@ "repository": { "type": "git", "url": "git+https://github.com/mafintosh/tar-stream.git" + }, + "engines": { + "node": ">=6" } }