summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-09-12 21:49:46 +0200
committerThomas F. K. Jorna <[email protected]>2021-09-12 21:49:46 +0200
commitc584c73a6bf4b804a4c5d6cfdcb50b3ed308e5e3 (patch)
tree1ccee80c1653d2f83e7ddffb9f012fac32d4e049 /package.json
parenta21b4afd4f54a53e5d563c3d02195e05f48a4700 (diff)
feat: #70 label text wrapping
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 959dc14..0803972 100644
--- a/package.json
+++ b/package.json
@@ -47,7 +47,8 @@
"uniorg-parse": "^0.3.0",
"uniorg-rehype": "^0.3.0",
"uniorg-slug": "^0.3.0",
- "use-constant": "^1.1.0"
+ "use-constant": "^1.1.0",
+ "word-wrap": "^1.2.3"
},
"devDependencies": {
"@types/d3-interpolate": "^3.0.1",