also export dependency versions

This commit is contained in:
Philipp Dormann 2021-01-09 13:38:29 +01:00
parent 5f2f202f49
commit 29d8b9ccb8
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ function getDependencyLicenseInfo(all_dependencies, recursive) {
description: packageinfo.description,
name: packageinfo.name,
license: packageinfo.license,
version: packageinfo.version,
licensetext
};
all.push(info);