update package-lock.json version numbers too

This commit is contained in:
Matthias Kretschmann 2019-05-31 13:40:24 +02:00
parent b90974938c
commit a5489a2e6c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 4 additions and 1 deletions

View File

@ -53,8 +53,11 @@
"@release-it/bumper": {
"out": [
"package.json",
"package-lock.json",
"client/package.json",
"server/package.json"
"client/package-lock.json",
"server/package.json",
"server/package-lock.json"
]
}
},