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": {