Skip to content

Commit 518c752

Browse files
romeovsErin Doyle
authored andcommitted
Fix authors field
1 parent 2628c05 commit 518c752

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@
3030
"release": "echo 'release command is not supported from this fork, see CONTRIBUTING.md for proper publishing workflow'",
3131
"preview-release": "echo 'preview-release command is not supported from this fork, see CONTRIBUTING.md for proper publishing workflow'"
3232
},
33-
"authors": [
33+
"contributors": [
3434
"Ryan Florence",
3535
"Todd Kloots",
36-
"Angus Croll"
36+
"Angus Croll",
37+
"Romeo Van Snick <romeovs@gmail.com>",
38+
"Erin Doyle"
3739
],
3840
"license": "MIT",
3941
"devDependencies": {

0 commit comments

Comments
 (0)