diff options
author | 0neGal <mail@0negal.com> | 2022-01-12 18:27:06 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-12 18:27:06 +0100 |
commit | 17d20e4b462971f484a6e51ad5ba55e84b96363f (patch) | |
tree | 7406f6f9daf9b72c272daa3fb836b5cca2ceb28a /package.json | |
parent | b912e0b2280798982f24988dadaab776d8b3630f (diff) | |
download | Viper-17d20e4b462971f484a6e51ad5ba55e84b96363f.tar.gz Viper-17d20e4b462971f484a6e51ad5ba55e84b96363f.zip |
fix fs-extra missingv1.0.1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index a5a273f..4798a16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viper", "productName": "Viper", - "version": "1.0.0", + "version": "1.0.1", "description": "Launcher+Updater for TF|2 Northstar", "main": "src/index.js", "build": { @@ -51,6 +51,7 @@ "copy-dir": "^1.3.0", "electron-updater": "^4.6.1", "follow-redirects": "^1.14.6", + "fs-extra": "^10.0.0", "marked": "^4.0.9", "marked-man": "^0.7.0", "unzipper": "^0.10.11" |