kessler / license-report

create a short report about a project's dependencies (license, url etc)
MIT License
236 stars 39 forks source link

Solves issue #68 - Author field in babel is not coming trough anymore #69

Closed BePo65 closed 2 years ago

BePo65 commented 2 years ago

I found the bug: the projects used for the tests all contain an object as author field (even if it only has a 'name' property); but babel uses a string as author field in package.json.

This pr solves this error.