Add displayName, use as app name

This commit is contained in:
Alex Gleason
2021-08-21 22:46:33 -05:00
parent a582c7efd7
commit 1579e047b5
5 changed files with 6 additions and 8 deletions

View File

@ -33,6 +33,7 @@ const version = pkg => {
module.exports = {
name: pkg.name,
displayName: pkg.displayName,
url: pkg.repository.url,
repository: shortRepoName(pkg.repository.url),
version: version(pkg),