Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Feb 3, 2022
2 parents 33c942e + e7c082a commit 4b72760
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "columnify",
"version": "1.5.8",
"version": "1.6.0",
"description": "Render data in text columns. Supports in-column text-wrap.",
"main": "columnify.js",
"type": "commonjs",
Expand Down Expand Up @@ -41,8 +41,12 @@
"url": "https://github.com/timoxley/columnify/issues"
},
"homepage": "https://github.com/timoxley/columnify",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"strip-ansi": "^7.0.1"
"strip-ansi": "^7.0.1",
"wcwidth": "^1.0.0"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 4b72760

Please sign in to comment.