You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 'addLocalPackageData.js' line 65 we do a simple object reference element[fieldName] = packageJSONContent[fieldName]; and in your case ´fieldName´ would be repository.url and of course this will fail.
Could you be motivated to create a pr for this 😄 ?
When having a custom field, what's the syntax for getting using a field for a key that's nested in the package.json? For example,
repository.url
.I tried
npx license-report --output=csv --fields=repository.url --repository.url.label="Repo" --repository.url.value="n/a"
The text was updated successfully, but these errors were encountered: