diff options
author | 0neGal <mail@0negal.com> | 2022-05-03 14:25:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 14:25:38 +0200 |
commit | 39b1f59608deac73caf8efff59280ef170020a04 (patch) | |
tree | 36172af38fc22f7eb254f9fe548b2a17c218bc2d /package.json | |
parent | a870336695da962623c87e30f4a0cbd29684b8c2 (diff) | |
parent | ec85ca36735cbebe81e0f9e2bbd4006572e25d46 (diff) | |
download | Viper-39b1f59608deac73caf8efff59280ef170020a04.tar.gz Viper-39b1f59608deac73caf8efff59280ef170020a04.zip |
Merge pull request #45 from 0neGal/enabledmods
Implement enabledmods.json
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", |