From 5de33a18f58fafe52205d1289c7f1af55e2a5776 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Fri, 19 Apr 2019 10:45:30 +0100 Subject: [PATCH] Clean up package.json a bit * Remove node 6 from engines * Remove contributors array, because we don't maintain it automatically and it was already out of date --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 695e1da..83f66b7 100644 --- a/package.json +++ b/package.json @@ -62,11 +62,6 @@ "tv4": "^1.3.0" }, "engines": { - "node": "6.* || 8.* || >= 10.*" - }, - "contributors": [ - "Garret Alfert ", - "Sebastian Kippe ", - "Michael Bumann " - ] + "node": "8.* || >= 10.*" + } }