🎨 Fix project name and typo

This commit is contained in:
C-3PO 2018-10-08 00:15:10 +02:00
parent 7f63a97ebb
commit ee3a7eacc2
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 6 additions and 6 deletions

View file

@ -134,8 +134,8 @@ Previously, the following environments were also used:
SWTOR uses the following products:
- __`assets_swtor_de_de`__: German language files for the live environment.
- __`assets_swtor_fr_fr`__: English language files for the live environment.
- __`assets_swtor_en_us`__: French language files for the live environment.
- __`assets_swtor_en_us`__: English language files for the live environment.
- __`assets_swtor_fr_fr`__: French language files for the live environment.
- __`assets_swtor_main`__: Main game data for the live environment.
- __`assets_swtor_test_de_de`__: German language files for the PTS environment.
- __`assets_swtor_test_en_us`__: English language files for the PTS environment.

View file

@ -1,14 +1,14 @@
{
"name": "patcher",
"name": "ssn",
"license": "AGPL-3.0-or-later",
"homepage": "https://git.jedipedia.net/swtor/patcher",
"homepage": "https://git.jedipedia.net/swtor/ssn",
"repository": {
"type": "git",
"url": "https://git.jedipedia.net/swtor/patcher.git"
"url": "https://git.jedipedia.net/swtor/ssn.git"
},
"main": "dist/index.js",
"scripts": {
"start": "rm -rf dist && tsc && cd ../patch-installer && ./build.sh && cd ../patcher && mkdir dist/lib && cp ../patch-installer/patch-installer dist/lib",
"start": "rm -rf dist && tsc && cd ../patch-installer && ./build.sh && cd ../ssn && mkdir dist/lib && cp ../patch-installer/patch-installer dist/lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {