« get me outta code hell

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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index bc26059..4816f36 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tui-lib",
-  "version": "0.1.0",
+  "version": "0.4.0",
   "description": "terminal ui library",
   "type": "module",
   "repository": "https://nebula.ed1.club/git/tui-lib/",
@@ -8,8 +8,7 @@
   "license": "GPL-3.0",
   "dependencies": {
     "natural-orderby": "^3.0.2",
-    "wcwidth": "^1.0.1",
-    "word-wrap": "^1.2.3"
+    "wcwidth": "^1.0.1"
   },
   "exports": {
     ".": "./index.js",
@@ -19,6 +18,7 @@
     "./ui/presentation": "./ui/presentation/index.js",
     "./ui/primitives": "./ui/primitives/index.js",
     "./util/ansi": "./util/ansi.js",
+    "./util/exception": "./util/exception.js",
     "./util/interfaces": "./util/interfaces/index.js",
     "./util/telchars": "./util/telchars.js",
     "./util/unichars": "./util/unichars.js"