chalk / wrap-ansi

Wordwrap a string with ANSI escape codes
MIT License
120 stars 25 forks source link

Update to strip-ansi v6.x #41

Closed coreyfarrell closed 4 years ago

coreyfarrell commented 4 years ago

strip-ansi@6 is only semver major because it dropped support for node.js 6, not a breaking change here.

This is part of an effort to make the next version of yargs use a single copy of strip-ansi (other PR at sindresorhus/string-width#24).