ts-toolbelt
Advanced tools
Comparing version 1.0.38 to 1.0.39
{ | ||
"name": "ts-toolbelt", | ||
"version": "1.0.38", | ||
"version": "1.0.39", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "author": "Pierre-Antoine Mills", |
@@ -130,2 +130,9 @@ <p align="center"> | ||
#### Internal Docs | ||
This is where everything started. If you're interested to **learn** how the | ||
internals work, it's all explained [over | ||
here](https://medium.com/free-code-camp/typescript-curry-ramda-types-f747e99744ab) | ||
in a tutorial. It will get you on track to start writing your own types! | ||
## ๐ Contributing | ||
@@ -146,18 +153,19 @@ | ||
#### Pull Requests | ||
1. Fork the project | ||
2. Clone your fork | ||
3. Create a pr/**feature** branch | ||
1. [Read the tutorial](#internal-docs) | ||
2. Fork the project | ||
3. Clone your fork | ||
4. Create a pr/**feature** branch | ||
```sh | ||
git checkout -b pr/CoolFeature | ||
``` | ||
4. Commit your changes | ||
5. Commit your changes | ||
```sh | ||
git commit -m 'Added this CoolFeature' | ||
``` | ||
5. Run the tests | ||
6. Commit your changes | ||
6. Run the tests | ||
7. Commit your changes | ||
```sh | ||
git push origin pr/CoolFeature | ||
``` | ||
7. Open a pull request | ||
8. Open a pull request | ||
@@ -164,0 +172,0 @@ ## ๐ Sponsoring issues |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115244
236