File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ domReady(() => {
18
18
19
19
const testlink = document . querySelector ( 'header > a[data-ice="testLink"]' ) ;
20
20
testlink . href =
21
- 'https://coveralls.io/github/make-github-pseudonymous-again/js- permutation' ;
21
+ 'https://coveralls.io/github/computational-combinatorics/ permutation' ;
22
22
testlink . target = '_BLANK' ;
23
23
24
24
const searchBox = document . querySelector ( '.search-box' ) ;
Original file line number Diff line number Diff line change 3
3
"description" : " Permutation library for JavaScript" ,
4
4
"version" : " 2.0.0" ,
5
5
"license" : " AGPL-3.0" ,
6
- "author" : " Aurélien Ooms <aurelien.ooms@gmail.com> " ,
6
+ "author" : " make-github-pseudonymous-again " ,
7
7
"homepage" : " https://computational-combinatorics.github.io/permutation" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
- "url" : " https://github.com/make-github-pseudonymous-again/js- permutation"
10
+ "url" : " https://github.com/computational-combinatorics/ permutation"
11
11
},
12
12
"bugs" : {
13
- "url" : " https://github.com/make-github-pseudonymous-again/js- permutation/issues"
13
+ "url" : " https://github.com/computational-combinatorics/ permutation/issues"
14
14
},
15
15
"keywords" : [
16
16
" algorithm" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " github>aureooms /renovate-config-js-library"
3
+ " github>make-github-pseudonymous-again /renovate-config-js-library"
4
4
]
5
5
}
You can’t perform that action at this time.
0 commit comments