🐛 Bug: Use wordwrap: false in blockPackageJson description conversion #1873
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Bug Report Checklist
main
branch of the repository.Expected
blockPackageJson
convertsoptions.description
from potentially HTML to plain text for printing in thepackage.json
. This should not wrap across lines - it should be on one line.Actual
wordwrap
defaults totrue
, so this does wrap words:create-typescript-app/src/next/blocks/blockPackageJson.ts
Line 48 in 59e6a31
I see a
\n
added in there for long descriptions.Additional Info
Prototyped in #1839.
💖
The text was updated successfully, but these errors were encountered: