mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-09-05 12:16:56 +00:00
feat(repocard): parse emojis in description (#67)
* feat: add remove_emojis option Removes emojis in repo card description * feat: parse emojis * feat: rename remove_emojis to show_emojis option for consistency * docs: update docs Co-authored-by: anuraghazra <hazru.anurag@gmail.com>
This commit is contained in:
co-authored by
anuraghazra
parent
7973805cf7
commit
3a9ded0a09
+2
-1
@@ -19,7 +19,8 @@
|
||||
"jest": "^26.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^8.2.0"
|
||||
"dotenv": "^8.2.0",
|
||||
"emoji-name-map": "^1.2.8"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
||||
Reference in New Issue
Block a user