Merge branch 'main' of git.odit.services:odit/license-exporter into main
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-13 13:44:56 +01:00
3 changed files with 11 additions and 10 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);