diff --git a/README.md b/README.md index 20e8773f..72937dcd 100644 --- a/README.md +++ b/README.md @@ -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 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 2. Providing a link to Github where the code is pulled from diff --git a/script/download_codegen_cli.sh b/script/download_codegen_cli.sh index 9460807a..22c41648 100755 --- a/script/download_codegen_cli.sh +++ b/script/download_codegen_cli.sh @@ -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 diff --git a/tslint.json b/tslint.json new file mode 100644 index 00000000..c7da1d53 --- /dev/null +++ b/tslint.json @@ -0,0 +1,3 @@ +{ + "indent": [true, "spaces"] +} \ No newline at end of file