✔️ Fix linter warning

This commit is contained in:
C-3PO 2019-03-16 19:18:10 +01:00
parent ff5038cad3
commit 3546c080cd
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -1,6 +1,8 @@
# ssn
This library provides various methods for fetching releases from SWTORs patch server CDN and installing them. You can use it to write your own patch program. If you just want to install patches without having to do any programming, use the command line tools from the [ssn-tools](/swtor/ssn-tools) repository. This library provides various methods for fetching releases from SWTORs patch server CDN and installing them. You can use it to write your own patch program. If you just want to install patches without having to do any programming, use the command line tools from the [ssn-tools](/swtor/ssn-tools) repository.
# Installation ## Installation
For this library to work, the TypeScript compiler must be globally installed: For this library to work, the TypeScript compiler must be globally installed:
@ -24,7 +26,8 @@ Then run:
npm install npm install
``` ```
# Usage ## Usage
To import the functions into your Node.js application: To import the functions into your Node.js application:
```ts ```ts
@ -39,7 +42,7 @@ import * as ssn from 'ssn';
}()) }())
``` ```
# Development ## Development
To work with the repository locally: To work with the repository locally:
@ -50,7 +53,7 @@ cd ssn
npm install && npm start npm install && npm start
``` ```
# License ## License
Copyright (C) 2018 Jedipedia.net Copyright (C) 2018 Jedipedia.net