diff options
author | 0neGal <mail@0negal.com> | 2021-12-27 17:35:34 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-27 17:35:34 +0100 |
commit | d88124659dc4a1adf8afdcd18251e98ce2a46c59 (patch) | |
tree | f54cda0f7692e5d631303dada1a30b534083cc45 | |
parent | 41fdcc946688d86d9cde8b8e2d905cad6c36caf6 (diff) | |
download | Viper-d88124659dc4a1adf8afdcd18251e98ce2a46c59.tar.gz Viper-d88124659dc4a1adf8afdcd18251e98ce2a46c59.zip |
changed description
Given that I've yet to implement any other modding tools outside of the
updater and launcher the description will be changed to what it is now.
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index fea6bd5..860e7ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "viper", + "productName": "Viper", "version": "1.0.0", - "description": "Making your TF|2 modding life easier", + "description": "Launcher+Updater for TF|2 Northstar", "main": "src/index.js", "build": {"appId": "com.0negal.viper", "scripts": { |