Merge branch 'master' into typo-1

This commit is contained in:
Eric Schultz 2019-02-15 10:54:19 -06:00 committed by GitHub
commit 72f747a257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -2,5 +2,5 @@
if [ ! -e .bin/swagger-codegen-cli.jar ]
then
curl https://repo1.maven.org:443/content/repositories/releases/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -o .bin/swagger-codegen-cli.jar --create-dirs
curl -L https://repo1.maven.org/content/repositories/releases/io/swagger/swagger-codegen-cli/2.3.1/swagger-codegen-cli-2.3.1.jar -o .bin/swagger-codegen-cli.jar --create-dirs
fi

3
tslint.json Normal file
View file

@ -0,0 +1,3 @@
{
"indent": [true, "spaces"]
}