« get me outta code hell

Export WrapLabel - tui-lib - Pure Node.js library for making visual command-line programs (ala vim, ncdu)
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-12-22 13:12:50 -0400
committerFlorrie <towerofnix@gmail.com>2018-12-22 13:12:50 -0400
commitd8331b98aad2e29b23e88901049fc3c91489a2c7 (patch)
treee669193bd05d7905cc8e25659fcf6a3ea88eb893
parente47a3546f0f9244bb6ee3aa708e7e24226fbdad2 (diff)
Export WrapLabel
"Oops"
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index e54418d..cbfc562 100644
--- a/index.js
+++ b/index.js
@@ -7,6 +7,7 @@ module.exports = {
     Pane: require('./ui/Pane'),
     Root: require('./ui/Root'),
     Sprite: require('./ui/Sprite'),
+    WrapLabel: require('./ui/WrapLabel'),
     form: {
       Button: require('./ui/form/Button'),
       CancelDialog: require('./ui/form/CancelDialog'),