File tree 2 files changed +26
-2
lines changed
2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "projectName" : " array-api-extra" ,
3
- "projectOwner" : " data-apis"
2
+ "projectName" : " array-api-extra" ,
3
+ "projectOwner" : " data-apis" ,
4
+ "files" : [
5
+ " README.md"
6
+ ],
7
+ "commitType" : " docs" ,
8
+ "commitConvention" : " angular" ,
9
+ "contributorsPerLine" : 7 ,
10
+ "contributors" : [
11
+ {
12
+ "login" : " lucascolley" ,
13
+ "name" : " Lucas Colley" ,
14
+ "avatar_url" : " https://avatars.githubusercontent.com/u/51488791?v=4" ,
15
+ "profile" : " https://lucascolley.github.io" ,
16
+ "contributions" : [
17
+ " code"
18
+ ]
19
+ }
20
+ ]
4
21
}
Original file line number Diff line number Diff line change @@ -33,6 +33,13 @@ Extra array functions built on top of the array API standard.
33
33
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
34
34
<!-- prettier-ignore-start -->
35
35
<!-- markdownlint-disable -->
36
+ <table >
37
+ <tbody >
38
+ <tr>
39
+ <td align="center" valign="top" width="14.28%"><a href="https://lucascolley.github.io"><img src="https://avatars.githubusercontent.com/u/51488791?v=4?s=100" width="100px;" alt="Lucas Colley"/><br /><sub><b>Lucas Colley</b></sub></a><br /><a href="#code-lucascolley" title="Code">💻</a></td>
40
+ </tr>
41
+ </tbody >
42
+ </table >
36
43
37
44
<!-- markdownlint-restore -->
38
45
<!-- prettier-ignore-end -->
You can’t perform that action at this time.
0 commit comments