« get me outta code hell

Add WrapLabel UI element - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-06-12 23:55:06 -0300
committerFlorrie <towerofnix@gmail.com>2018-06-12 23:55:06 -0300
commitc5b3a076963517c93b6596f3e0a860be1d80ef80 (patch)
tree83bf575df2adb45227c39437d545a87347bad808 /package.json
parent5ca7837f83be3c3ea1081db150ece49875fa61a0 (diff)
Add WrapLabel UI element
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6c386f7..f92515b 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
   "author": "Florrie <towerofnix@gmail.com>",
   "license": "GPL-3.0",
   "dependencies": {
-    "iac": "^1.1.0"
+    "iac": "^1.1.0",
+    "word-wrap": "^1.2.3"
   }
 }