diff --git a/README.md b/README.md index 9264b89..3989792 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ 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, `tsc` and `tslint` must be globally available, e.g. by running: +For this tool to work, the TypeScript compiler must be globally installed: ```bash -sudo npm install -g typescript tslint +sudo npm install -g typescript ``` Install dependencies and transpile the TypeScript files to JavaScript by running: diff --git a/package-lock.json b/package-lock.json index 9653b25..760b308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" }, "ssn": { - "version": "git+https://git.jedipedia.net/swtor/ssn.git#9a8a85bd59348089525373255aab87b5216d7eb1", + "version": "git+https://git.jedipedia.net/swtor/ssn.git#dbac3b914c0031e46a12bf54e4d5feb15f67ff73", "from": "git+https://git.jedipedia.net/swtor/ssn.git", "requires": { "ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git#9a5db3aa4eaa7e6b01a26de47151c2dbe6520c82",