👷‍♂️ Remove tslint from deployment instructions

This commit is contained in:
C-3PO 2018-10-23 05:18:37 +02:00
parent 0b477cf755
commit a7d03d3c20
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
2 changed files with 3 additions and 3 deletions

View file

@ -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. 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 # 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 ```bash
sudo npm install -g typescript tslint sudo npm install -g typescript
``` ```
Install dependencies and transpile the TypeScript files to JavaScript by running: Install dependencies and transpile the TypeScript files to JavaScript by running:

2
package-lock.json generated
View file

@ -15,7 +15,7 @@
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw=="
}, },
"ssn": { "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", "from": "git+https://git.jedipedia.net/swtor/ssn.git",
"requires": { "requires": {
"ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git#9a5db3aa4eaa7e6b01a26de47151c2dbe6520c82", "ssn-installer": "git+https://git.jedipedia.net/swtor/ssn-installer.git#9a5db3aa4eaa7e6b01a26de47151c2dbe6520c82",