Merge branch 'master' into typo-1
This commit is contained in:
commit
72f747a257
2 changed files with 4 additions and 1 deletions
|
@ -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
3
tslint.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"indent": [true, "spaces"]
|
||||
}
|
Loading…
Reference in a new issue