« get me outta code hell

Merge remote-tracking branch 'notabug/master' - 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:
author(quasar) nebula <qznebula@protonmail.com>2023-05-13 13:20:59 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-05-13 13:20:59 -0300
commit34b7ff22766bae0e4b1b3121bd63d037c27285c7 (patch)
treef2f66a17c67bdf9be0b1576b28ffd0cf107b483c /package.json
parent684e369c7b01b4c69995fc604ef33919077ffdf5 (diff)
parenta37d6be77261b2aae25c4235dcb38dd7b1bb60b1 (diff)
Merge remote-tracking branch 'notabug/master'
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"