forked from mirrored/github-readme-stats
Ignore hyphenated themes
This commit is contained in:
@@ -56,6 +56,7 @@ const createStatMdLink = (theme) => {
|
||||
const generateLinks = (fn) => {
|
||||
return Object.keys(themes)
|
||||
.map((name) => fn(name))
|
||||
.filter((name) => !name.includes('-'))
|
||||
.join("");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user