Skip to content

Commit

Permalink
fix(TS): pass correct object
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jul 8, 2019
1 parent 143aa06 commit cdf334b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formatPkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function formatPkg(pkg) {
}
: null;

const types = getTypes(pkg);
const types = getTypes(cleaned);

const owner = getOwner(repository, lastPublisher, author); // always favor the repository owner
const { computedKeywords, computedMetadata } = getComputedData(cleaned);
Expand Down

0 comments on commit cdf334b

Please sign in to comment.