Compare commits
2 Commits
5f2f202f49
...
350497cfdb
Author | SHA1 | Date | |
---|---|---|---|
350497cfdb | |||
29d8b9ccb8 |
@ -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);
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@odit/license-exporter",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"description": "A simple license crawler for crediting open source work",
|
||||
"keywords": [
|
||||
"license",
|
||||
|
Reference in New Issue
Block a user