Add displayName, use as app name
This commit is contained in:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user