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
This commit is contained in:
2019-04-19 10:45:30 +01:00
parent 6dcbd1efbf
commit 5de33a18f5
+2 -7
View File
@@ -62,11 +62,6 @@
"tv4": "^1.3.0" "tv4": "^1.3.0"
}, },
"engines": { "engines": {
"node": "6.* || 8.* || >= 10.*" "node": "8.* || >= 10.*"
}, }
"contributors": [
"Garret Alfert <alfert@wevelop.de>",
"Sebastian Kippe <sebastian@kip.pe>",
"Michael Bumann <hello@michaelbumann.com>"
]
} }