From ee3a7eacc228d6fd33b592a15734cc3e072703a2 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Mon, 8 Oct 2018 00:15:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20project=20name=20and=20typ?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4360e18..d6eaed5 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 7326145..fd8b4b7 100644 --- a/package.json +++ b/package.json @@ -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": {