Merge branch 'master' into velocity

This commit is contained in:
Eric Schultz 2019-02-15 11:27:19 -06:00 committed by GitHub
commit 31ae0097cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View file

@ -160,7 +160,7 @@ This generator creates a basic Typescript module along with a test file.
**Note: This is not legal advice and provides a suggestion which may be compliant. You should talk with your legal counsel if you have **Note: This is not legal advice and provides a suggestion which may be compliant. You should talk with your legal counsel if you have
questions or concerns with how to comply with the various licenses of Houdini** questions or concerns with how to comply with the various licenses of Houdini**
Providing the complete, corresponding source code (CCS) of your project is a requirement of some of the licensed used by Houdini. There are two methods for doing so right now: Providing the complete, corresponding source code (CCS) of your project is a requirement of some of the licenses used by Houdini. There are two methods for doing so right now:
1. Providing a tarball of the current running code 1. Providing a tarball of the current running code
2. Providing a link to Github where the code is pulled from 2. Providing a link to Github where the code is pulled from

View file

@ -2,5 +2,5 @@
if [ ! -e .bin/swagger-codegen-cli.jar ] if [ ! -e .bin/swagger-codegen-cli.jar ]
then 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 fi

3
tslint.json Normal file
View file

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