Skip to content

Commit

Permalink
Merge pull request #62 from viceice/patch-1
Browse files Browse the repository at this point in the history
fix: update strip-ansi to v6.0.1
  • Loading branch information
timoxley committed Feb 3, 2022
2 parents 101fc38 + db4ee97 commit e7c082a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "columnify",
"version": "1.5.4",
"version": "1.6.0",
"description": "Render data in text columns. Supports in-column text-wrap.",
"main": "columnify.js",
"scripts": {
Expand Down Expand Up @@ -41,8 +41,11 @@
"url": "https://github.com/timoxley/columnify/issues"
},
"homepage": "https://github.com/timoxley/columnify",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"strip-ansi": "^3.0.0",
"strip-ansi": "^6.0.1",
"wcwidth": "^1.0.0"
},
"directories": {
Expand Down

0 comments on commit e7c082a

Please sign in to comment.