Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #134 from indeedeng/updateDeps
Browse files Browse the repository at this point in the history
updated dependencies
  • Loading branch information
IngridGdesigns authored Feb 2, 2023
2 parents 14756b8 + cf81fa1 commit 7136ef5
Show file tree
Hide file tree
Showing 2 changed files with 795 additions and 722 deletions.
2 changes: 1 addition & 1 deletion examples/runExample.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const repositoryIdentifiers = Object.keys(countsByLibrary);
const prefix = 'https://api.github.com/repos/';
const repositoryLookupName = repositoryIdentifiers.map((identifier) => {
if (identifier.startsWith(prefix)) {
return identifier.substr(prefix.length);
return identifier.substring(prefix.length);
} else {
return identifier;
}
Expand Down
Loading

0 comments on commit 7136ef5

Please sign in to comment.