diff options
author | GitExample <git@example.com> | 2022-02-03 23:09:33 +0100 |
---|---|---|
committer | GitExample <git@example.com> | 2022-02-03 23:09:33 +0100 |
commit | bc71db597c2366d86e586b71965d37a480b56ac1 (patch) | |
tree | 69534932e9782fb61d6e270f85a3872eb64cc1c0 /package.json | |
parent | 5884b9a8e91ed8b2c5cfea90afa2709697b05afb (diff) | |
download | Viper-bc71db597c2366d86e586b71965d37a480b56ac1.tar.gz Viper-bc71db597c2366d86e586b71965d37a480b56ac1.zip |
added missing modules in package.json
I forgot to add these when committing, whoops...
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 4e9fe07..b4624c3 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "electron-updater": "^4.6.1", "follow-redirects": "^1.14.7", "fs-extra": "^10.0.0", + "fuse.js": "^6.5.3", "marked": "^4.0.10", "marked-man": "^0.7.0", "unzipper": "^0.10.11" |