feat: always specify required Node version
This commit is contained in:
@@ -8,5 +8,8 @@
|
||||
"directory": "@xen-orchestra/babel-config",
|
||||
"type": "git",
|
||||
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,5 +8,8 @@
|
||||
"directory": "packages/xo-server-test-plugin",
|
||||
"type": "git",
|
||||
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,6 +31,10 @@ require('exec-promise')(() =>
|
||||
if (!('version' in pkg)) {
|
||||
pkg.version = '0.0.0'
|
||||
}
|
||||
pkg.engines = {
|
||||
node: '>=8.10',
|
||||
...pkg.engines,
|
||||
}
|
||||
|
||||
delete pkg.husky
|
||||
delete pkg.standard
|
||||
|
||||
Reference in New Issue
Block a user