Update engines

This commit is contained in:
Daniel García Aubert 2019-02-21 19:00:57 +01:00
parent 26f8ccc3cf
commit d04542f045

View File

@ -64,7 +64,7 @@
"docker-bash": "./docker-bash.sh"
},
"engines": {
"node": "6.9.2 || >= 10.14.2",
"npm": "3.10.9 || 3.10.10 || >= 6.4.1"
"node": "^10.15.1",
"npm": "^6.4.1"
}
}