Skip to content

Commit 9918df9

Browse files
chore: Update the project contributor
- Update package.json to include multiple authors
1 parent d673af9 commit 9918df9

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

package.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,18 @@
2929
"oauth2-linkedin",
3030
"remix-auth-linkedin"
3131
],
32-
"author": {
33-
"name": "Leandro Echevarria",
34-
"email": "[email protected]",
35-
"url": "https://github.com/Lzok"
36-
},
32+
"authors": [
33+
{
34+
"name": "Leandro Echevarria",
35+
"email": "[email protected]",
36+
"url": "https://github.com/Lzok"
37+
},
38+
{
39+
"name": "Justin Xiao",
40+
"email": "[email protected]",
41+
"url": "https://github.com/ttpss930141011"
42+
}
43+
],
3744
"repository": {
3845
"url": "https://github.com/Lzok/remix-auth-linkedin",
3946
"type": "git"

0 commit comments

Comments
 (0)