File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
:question :
2
- [ @aureooms/js-predicate ] ( https://aureooms .github.io/js-predicate )
2
+ [ @aureooms/js-predicate ] ( https://make-github-pseudonymous-again .github.io/js-predicate )
3
3
==
4
4
5
5
Predicates for JavaScript.
6
- See [ docs] ( https://aureooms .github.io/js-predicate ) .
6
+ See [ docs] ( https://make-github-pseudonymous-again .github.io/js-predicate ) .
7
7
8
8
``` js
9
9
implication ( negation ( lt ( 7 ) ) , gt ( 5 ) )( ... ) ; // true
@@ -21,7 +21,7 @@ implication( negation( lt( 7 ) ) , gt( 5 ) )( ... ) ; // true
21
21
[ ![ Code maintainability] ( https://img.shields.io/codeclimate/maintainability/aureooms/js-predicate.svg )] ( https://codeclimate.com/github/aureooms/js-predicate/trends/churn )
22
22
[ ![ Code coverage (cov)] ( https://img.shields.io/codecov/c/gh/aureooms/js-predicate/main.svg )] ( https://codecov.io/gh/aureooms/js-predicate )
23
23
[ ![ Code technical debt] ( https://img.shields.io/codeclimate/tech-debt/aureooms/js-predicate.svg )] ( https://codeclimate.com/github/aureooms/js-predicate/trends/technical_debt )
24
- [ ![ Documentation] ( https://aureooms .github.io/js-predicate/badge.svg )] ( https://aureooms .github.io/js-predicate/source.html )
24
+ [ ![ Documentation] ( https://make-github-pseudonymous-again .github.io/js-predicate/badge.svg )] ( https://make-github-pseudonymous-again .github.io/js-predicate/source.html )
25
25
[ ![ Package size] ( https://img.shields.io/bundlephobia/minzip/@aureooms/js-predicate )] ( https://bundlephobia.com/result?p=@aureooms/js-predicate )
26
26
27
27
## :link : Related
Original file line number Diff line number Diff line change 4
4
"version" : " 3.0.1" ,
5
5
"license" : " AGPL-3.0" ,
6
6
"author" : " aureooms" ,
7
- "homepage" : " https://aureooms .github.io/js-predicate" ,
7
+ "homepage" : " https://make-github-pseudonymous-again .github.io/js-predicate" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " https://github.com/aureooms/js-predicate"
You can’t perform that action at this time.
0 commit comments