Skip to content

Commit

Permalink
Use tree.package.name instead of tree.name
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Aug 23, 2022
1 parent 53bd8b2 commit b9e0ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -107,7 +107,7 @@ function findIssues (configuration, dependencies) {
function resultForPackage (configuration, tree) {
var packageAllowlist = configuration.packages || {}
var result = {
name: tree.name,
name: tree.package.name,
version: tree.version,
license: tree.package.license,
author: tree.package.author,
Expand Down

0 comments on commit b9e0ce6

Please sign in to comment.