fix(backups-cli): should be compatible with Node 7.10

This commit is contained in:
Julien Fontanet
2019-10-23 17:53:07 +02:00
parent 08d69d95b3
commit e0e4969198

View File

@@ -11,7 +11,7 @@
"vhd-lib": "^0.7.0"
},
"engines": {
"node": ">=8.16.1"
"node": ">=7.10.1"
},
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/backups-cli",
"name": "@xen-orchestra/backups-cli",