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:
+2
-7
@@ -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>"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user