chore(*/package.json): normalize author to Vates SAS

This commit is contained in:
Julien Fontanet
2020-06-01 14:03:34 +02:00
parent 9156b8f48c
commit 4530fd4164
51 changed files with 151 additions and 78 deletions

View File

@@ -38,6 +38,12 @@ require('exec-promise')(() =>
url: 'https://github.com/vatesfr/xen-orchestra.git',
}
if (!('author' in pkg)) {
pkg.author = {
name: 'Vates SAS',
url: 'https://vates.fr',
}
}
if (!('license' in pkg)) {
pkg.license = 'AGPL-3.0-or-later'
}