diff options
author | 0neGal <mail@0negal.com> | 2022-02-13 23:32:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 23:32:44 +0100 |
commit | 9f2f77558238c28ceb8ff4fca2096602671779e5 (patch) | |
tree | c15586b60de31de094c2f811832ef9ad6df2f50a /package.json | |
parent | 057b60f4843798441ad441370381b87299d5ad7f (diff) | |
parent | b2f826a39e8ecf77f85ca56906758edaa3f1dac3 (diff) | |
download | Viper-9f2f77558238c28ceb8ff4fca2096602671779e5.tar.gz Viper-9f2f77558238c28ceb8ff4fca2096602671779e5.zip |
Merge branch 'main' into enabledmods
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 309dcbb..f53b62a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viper", "productName": "Viper", - "version": "1.0.2", + "version": "1.2.1", "description": "Launcher+Updater for TF|2 Northstar", "main": "src/index.js", "build": { @@ -48,12 +48,14 @@ }, "homepage": "https://github.com/0neGal/viper#readme", "dependencies": { - "copy-dir": "^1.3.0", "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", + "recursive-copy": "^2.0.13", + "simple-vdf": "^1.1.1", "unzipper": "^0.10.11" }, "devDependencies": { |