From 0f5250d11c423b5a3f9a289dac8b743807d13065 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Thu, 25 Oct 2018 07:03:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Updat?= =?UTF-8?q?e=20dependencies,=20add=20cspell=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 + README.md | 1 + package-lock.json | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6c4e086..625c2b7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,6 +5,7 @@ "eualas", "jedipedia", "liveqatest", + "preinstall", "publictest", "retailclient", "solidpkg" diff --git a/README.md b/README.md index 3989792..4e8268c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ This repository contains command line tools for handling patches. It uses the functions exposed by the [ssn](/swtor/ssn) library and makes them available for use on the shell. # Installation + For this tool to work, the TypeScript compiler must be globally installed: ```bash diff --git a/package-lock.json b/package-lock.json index 5bacd73..73a8a18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dev": true }, "argument-parser": { - "version": "git+https://git.jedipedia.net/swtor/argument-parser.git#20315cc64f7c576f7dc078e3d82e4045c063620f", + "version": "git+https://git.jedipedia.net/swtor/argument-parser.git#380fd1d91ecf91682e7fd573388aafbeb44755dd", "from": "git+https://git.jedipedia.net/swtor/argument-parser.git" }, "sax": {