1
0
Fork 0

The frontend now properly prints the license of an app.

This commit is contained in:
Michael Hackstein 2015-03-05 10:37:07 +01:00
parent 3d68efeb9d
commit 67626650df
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ function listJson (showPrefix, onlyDevelopment) {
author: doc.manifest.author,
system: doc.isSystem || false,
development: doc.isDevelopment || false,
license: doc.manifest.license,
version: doc.version,
path: fs.join(fs.makeAbsolute(doc.root), doc.path)
};