« get me outta code hell

Add wcwidth as a dependency - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-06-04 20:47:43 -0300
committerFlorrie <towerofnix@gmail.com>2019-06-04 20:47:43 -0300
commit86af38d56742269ae2d0fbffcab636ee1ce9c1dd (patch)
tree9c9dd13b192f7be3671c90c1032b4cc202521d7e /package.json
parent67f4f4dad92d79dc16c40ad7223bdb93bd25b88e (diff)
Add wcwidth as a dependency
It was already required - previously you'd have to manually install it
(because I'd forgotten to make the changes in this commit earlier).
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0c5975a..37cc485 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,7 @@
     "node-natural-sort": "^0.8.6",
     "sanitize-filename": "^1.6.1",
     "tempy": "^0.2.1",
+    "wcwidth": "^1.0.1",
     "word-wrap": "^1.2.3"
   }
 }