From 86af38d56742269ae2d0fbffcab636ee1ce9c1dd Mon Sep 17 00:00:00 2001 From: Florrie Date: Tue, 4 Jun 2019 20:47:43 -0300 Subject: 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). --- package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'package.json') 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" } } -- cgit 1.3.0-6-gf8a5