aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-01-26 14:02:00 -0500
committerBobby <[email protected]>2022-01-26 14:02:00 -0500
commitdca40908a25b155dfed169f0260ec3083df90ed1 (patch)
tree58881f81ab9fff311a7618a158ae6e85bd13f609 /package.json
parent901901f0cc4795305d368f588a2d18fe2a8e28b2 (diff)
downloadizuku.js-dca40908a25b155dfed169f0260ec3083df90ed1.tar.xz
izuku.js-dca40908a25b155dfed169f0260ec3083df90ed1.zip
chore: remove table dependency and replace it with internal function
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 499b166..29e3e35 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,6 @@
},
"dependencies": {
"buffer": "^6.0.3",
- "simple-wcswidth": "^1.0.1",
- "table": "^6.8.0"
+ "simple-wcswidth": "^1.0.1"
}
}