aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-10-17 22:01:28 +1100
committerTerry Truong <terry06890@gmail.com>2022-10-17 22:01:28 +1100
commit78ab026ffacbfd14992c2bfda1b9e290ace25cbf (patch)
tree0c1eba26a94fb5516d708f209defc944942b5089 /package.json
parent2862bbae986ffb1203a2a91d3627ec135f90505b (diff)
Add rbtree.ts
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 00b3e1b..abcc393 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,7 @@
"author": "Terry Truong",
"license": "MIT",
"dependencies": {
+ "bintrees": "^1.0.2",
"pinia": "^2.0.22",
"vue": "^3.2.37"
},