diff options
author | Florrie <towerofnix@gmail.com> | 2018-06-12 23:55:06 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-06-12 23:55:06 -0300 |
commit | c5b3a076963517c93b6596f3e0a860be1d80ef80 (patch) | |
tree | 83bf575df2adb45227c39437d545a87347bad808 /package.json | |
parent | 5ca7837f83be3c3ea1081db150ece49875fa61a0 (diff) |
Add WrapLabel UI element
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
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" } } |