diff options
author | Shotaro Aoki <ikoamu@gmail.com> | 2024-09-16 00:10:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 00:10:50 +0900 |
commit | ce8a263fa24644083ba7be508b6f6916b5f2b9a5 (patch) | |
tree | eebd6291b1416916cac3c13e76a99646358f4f82 /package.json | |
parent | 3a618f8defb382a76e19c9255bb60262e12421f1 (diff) | |
parent | 2c6f5c08beaa73b9d166370a605f9b505f29b480 (diff) |
Merge pull request #26 from thargosu/fuse_index
Fuse index
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 44e9bf3..735367d 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "author": "", "license": "ISC", "dependencies": { + "fuse.js": "^7.0.0", "orgast-util-to-string": "^1.0.1", "sqlite3": "^5.1.7", "unified": "^11.0.4", |