fix(normalize-packages): dont replace author in READMEs
This commit is contained in:
parent
4530fd4164
commit
a26a24a8ad
@ -110,13 +110,7 @@ require('exec-promise')(() =>
|
||||
writeFile(
|
||||
`${dir}/README.md`,
|
||||
generateReadme({
|
||||
pkg: {
|
||||
...pkg,
|
||||
author: {
|
||||
name: 'Vates SAS',
|
||||
url: 'https://vates.fr',
|
||||
},
|
||||
},
|
||||
pkg,
|
||||
usage: content.trim(),
|
||||
})
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user