Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove contributors field #35109

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
194 changes: 0 additions & 194 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,200 +14,6 @@
"author": {
"name": "Brave Software <[email protected]>"
},
"contributors": [
{
"name": "Cezar Augusto",
"email": "[email protected]"
},
{
"name": "Matt Bacchi",
"email": "[email protected]"
},
{
"name": "Alexey Barabash",
"email": "[email protected]"
},
{
"name": "Brian R. Bondy",
"email": "[email protected]"
},
{
"name": "Brian Clifton",
"email": "[email protected]"
},
{
"name": "George Dregalo",
"email": "[email protected]"
},
{
"name": "Rafael Ebron",
"email": "[email protected]"
},
{
"name": "Brendan Eich",
"email": "[email protected]"
},
{
"name": "Matt Evangelista",
"email": "[email protected]"
},
{
"name": "Ryan Gerstenkorn"
},
{
"name": "Kyle Hickinson",
"email": "[email protected]"
},
{
"name": "Simon Hong",
"email": "[email protected]"
},
{
"name": "Brian Johnson",
"email": "[email protected]"
},
{
"name": "Kamil Jozwiak",
"email": "[email protected]"
},
{
"name": "Pranjal Jumde",
"email": "[email protected]"
},
{
"name": "Max Karolinskiy",
"email": "[email protected]"
},
{
"name": "Ben Kero",
"email": "[email protected]"
},
{
"name": "Aubrey Keus",
"email": "[email protected]"
},
{
"name": "Ryan Lanese",
"email": "[email protected]"
},
{
"name": "Kevin Lawler",
"email": "[email protected]"
},
{
"name": "Bartlomiej Lechowski",
"email": "[email protected]"
},
{
"name": "Brian Lee"
},
{
"name": "Ailin Liao"
},
{
"name": "Jocelyn Liu",
"email": "[email protected]"
},
{
"name": "Karen Liu",
"email": "[email protected]"
},
{
"name": "Tom Lowenthal",
"email": "[email protected]"
},
{
"name": "Terry Mancey",
"email": "[email protected]"
},
{
"name": "Pete Miller",
"email": "[email protected]"
},
{
"name": "Ross Moody",
"email": "[email protected]"
},
{
"name": "Mark Pilgrim",
"email": "[email protected]"
},
{
"name": "Mihai Plesa",
"email": "[email protected]"
},
{
"name": "Brad Richter",
"email": "[email protected]"
},
{
"name": "Jenn Rhim",
"email": "[email protected]"
},
{
"name": "Riastradh"
},
{
"name": "Garrett Robinson",
"email": "[email protected]"
},
{
"name": "Emerick Rogul",
"email": "[email protected]"
},
{
"name": "Jason Sadler",
"email": "[email protected]"
},
{
"name": "Geeta Sarvadnya",
"email": "[email protected]"
},
{
"name": "Mandar Shinde",
"email": "[email protected]"
},
{
"name": "Peter Snyder",
"email": "[email protected]"
},
{
"name": "David Temkin",
"email": "[email protected]"
},
{
"name": "Anthony Tseng",
"email": "[email protected]"
},
{
"name": "Sriram Venkataram",
"email": "[email protected]"
},
{
"name": "Lauren Wagner",
"email": "[email protected]"
},
{
"name": "Ryan Watson",
"email": "[email protected]"
},
{
"name": "Nejc Zdovc",
"email": "[email protected]"
},
{
"name": "Yan Zhu",
"email": "[email protected]"
},
{
"name": "Sergey Zhukovsky",
"email": "[email protected]"
},
{
"name": "Szilard Szaloki",
"email": "[email protected]"
}
],
"scripts": {
"apply_patches": "cd src/brave && npm run apply_patches --",
"audit_deps": "cd src/brave && npm run audit_deps --",
Expand Down