feat: multiline text in repo description (#206)

* Enable multi line repo card descriptions

* Adjust unit tests to multi line descriptions

* refactor: refactored code & fixed tests

* style: minor height adjustments

* chore: codecov stuck

Co-authored-by: anuraghazra <hazru.anurag@gmail.com>
This commit is contained in:
Leo Hanisch
2020-07-27 10:39:35 +02:00
committed by GitHub
parent 68198d8b16
commit 11757dba42
5 changed files with 90 additions and 29 deletions

View File

@ -21,7 +21,8 @@
},
"dependencies": {
"dotenv": "^8.2.0",
"emoji-name-map": "^1.2.8"
"emoji-name-map": "^1.2.8",
"word-wrap": "^1.2.3"
},
"husky": {
"hooks": {