Comparing version 0.2.2 to 0.2.4
{ | ||
"name": "absurdum", | ||
"version": "0.2.2", | ||
"version": "0.2.4", | ||
"description": "Reductio Ad Absurdum - The Riduculous Application of Reduce", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -23,3 +23,3 @@ # Absurdum | ||
2. Your solution must be functional, with no side-effects | ||
3. Recursion will be allowed for nexted data types | ||
3. Recursion will be allowed for nested data types | ||
4. If recursion is used, it must be tail call optimized | ||
@@ -33,2 +33,6 @@ 5. Be mindful of performance | ||
Start by suggesting a new [Operator][operator] or [Type][type]. | ||
Development is done following the [Feature Branch Workflow][feature-workflow]: | ||
1. Fork the repo | ||
@@ -44,2 +48,16 @@ 2. Clone your fork | ||
## Operator(s) Documentation | ||
- [Arrays][arrays] | ||
- [Objects][objects] | ||
- [Strings][strings] | ||
- [HTML][html] | ||
[wikipedia]: https://en.wikipedia.org/wiki/Reductio_ad_absurdum | ||
[operator]: https://github.com/evanplaice/absurdum/issues/new?title=Operator([operator])&template=OPERATOR_TEMPLATE.md&labels=enhancement,operator | ||
[type]: https://github.com/evanplaice/absurdum/issues/new?title=Type([typ])&template=TYPE_TEMPLATE.md&labels=enhancement,type | ||
[feature-workflow]:https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow | ||
[arrays]: ./docs/arrays.md | ||
[objects]: ./docs/objects.md | ||
[strings]: ./docs/strings.md | ||
[html]: ./docs/html.md |
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
16779
20
61