Compare commits
2 Commits
2eeacf1219
...
fb15002582
Author | SHA1 | Date | |
---|---|---|---|
fb15002582 | |||
0992179dfd |
@ -70,7 +70,7 @@ function getDependencyLicenseInfo(all_dependencies, recursive) {
|
|||||||
}
|
}
|
||||||
const info = {
|
const info = {
|
||||||
author: packageinfo.author,
|
author: packageinfo.author,
|
||||||
repo: packageinfo.repository || packageinfo.repository.url,
|
repo: packageinfo.repository || packageinfo.repository?.url,
|
||||||
description: packageinfo.description,
|
description: packageinfo.description,
|
||||||
name: packageinfo.name,
|
name: packageinfo.name,
|
||||||
license: packageinfo.license,
|
license: packageinfo.license,
|
||||||
|
Reference in New Issue
Block a user