forked from redwoodjs/redwood
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch all-contributors-cli (redwoodjs#5356)
* patch all contributors cli * sort
- Loading branch information
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
.yarn/patches/all-contributors-cli-npm-6.20.0-ba332c4a3e.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/dist/repo/github.js b/dist/repo/github.js | ||
index c9ac17f256c6b3529f386bc4c727ae4521256c76..1dde5dd36db340cbfbf029539c73874aaf9b9eeb 100644 | ||
--- a/dist/repo/github.js | ||
+++ b/dist/repo/github.js | ||
@@ -58,7 +58,7 @@ function getNextLink(link) { | ||
return null; | ||
} | ||
|
||
- return nextLink.split(';')[0].slice(1, -1); | ||
+ return nextLink.split(';')[0].trim().slice(1, -1); | ||
} | ||
|
||
function getContributorsPage(githubUrl, optionalPrivateToken) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters