Skip to content

Commit

Permalink
fix: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RSeidelsohn committed Apr 15, 2023
1 parent a4f7651 commit 429d389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ const recursivelyCollectAllDependencies = (options) => {

if (mustInclude('repository')) {
const repositoryUrl = helpers.getRepositoryUrl({
clarificationRepository: clarification?.respository,
jsonRepository: currentExtendedPackageJson?.respository,
clarificationRepository: clarification?.repository,
jsonRepository: currentExtendedPackageJson?.repository,
});

if (repositoryUrl) {
Expand Down

0 comments on commit 429d389

Please sign in to comment.