diff options
author | 0neGal <mail@0negal.com> | 2022-05-02 23:47:47 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-05-02 23:47:47 +0200 |
commit | 547cd10bb77be6aee0eb781fd9de44c934772909 (patch) | |
tree | 56eb101fecc55f4cde477abf27ff007d8ec6a6cb /package.json | |
parent | c40e331bdc4b2375d3802a515c9b7a032118dea7 (diff) | |
download | Viper-547cd10bb77be6aee0eb781fd9de44c934772909.tar.gz Viper-547cd10bb77be6aee0eb781fd9de44c934772909.zip |
mods.modfile().get() is identical to mods.list()
Albeit mods.list() doesn't actually search the manifest file for a
version number, and I'll implement that later.
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 3c3999a..6ebf10c 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "follow-redirects": "^1.14.8", "fs-extra": "^10.0.0", "fuse.js": "^6.5.3", + "jsonrepair": "^2.2.1", "marked": "^4.0.10", "marked-man": "^0.7.0", "recursive-copy": "^2.0.13", |