package.json: reduced npm minimum version here, too (6.4.1 -> 5.5.1)

This should really have been part of 4f753809fe.
This commit is contained in:
muxator 2019-10-20 01:06:34 +02:00
parent 4f753809fe
commit f3a80e0eda

View file

@ -75,7 +75,7 @@
}, },
"engines": { "engines": {
"node": ">=8.9.0", "node": ">=8.9.0",
"npm": ">=6.4.1" "npm": ">=5.5.1"
}, },
"repository": { "repository": {
"type": "git", "type": "git",