-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove contributors from package.json (#21815)
- Loading branch information
Showing
1 changed file
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,23 +23,6 @@ | |
}, | ||
"license": "Apache-2.0", | ||
"author": "Rashid Khan <[email protected]>", | ||
"contributors": [ | ||
"Chris Cowan <[email protected]>", | ||
"Court Ewing <[email protected]>", | ||
"Jim Unger <[email protected]>", | ||
"Joe Fleming <[email protected]>", | ||
"Jon Budzenski <[email protected]>", | ||
"Juan Thomassie <[email protected]>", | ||
"Khalah Jones-Golden <[email protected]>", | ||
"Lee Drengenberg <[email protected]>", | ||
"Lukas Olson <[email protected]>", | ||
"Matt Bargar <[email protected]>", | ||
"Nicolás Bevacqua <[email protected]>", | ||
"Shelby Sturgis <[email protected]>", | ||
"Spencer Alger <[email protected]>", | ||
"Tim Sullivan <[email protected]>", | ||
"Yuri Astrakhan <[email protected]>" | ||
], | ||
"scripts": { | ||
"preinstall": "node ./preinstall_check", | ||
"kbn": "node scripts/kbn", | ||
|