Skip to content

Commit

Permalink
chore: add julie and erik
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed Dec 14, 2023
1 parent 206b7cc commit 0edd183
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.washingtonpost.com/services/getContributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ export const getContributors = async () => {
avatar: "https://avatars.githubusercontent.com/u/2956240?v=4",
url: "https://github.com/JasonBernert",
})
.concat({
name: "baconjulie",
avatar: "https://avatars.githubusercontent.com/u/5865863?v=4",
url: "https://github.com/baconjulie"
})
.concat({
name: "erikreyna",
avatar: "https://avatars.githubusercontent.com/u/2431045?v=4",
url: "https://github.com/erikreyna"
})
// sort alphabetically
.sort((a, b) => (a.name > b.name ? 1 : -1))
.filter((contributor) => {
Expand Down

2 comments on commit 0edd183

@vercel
Copy link

@vercel vercel bot commented on 0edd183 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit – ./build.washingtonpost.com

build.washingtonpost.com
wpds-ui-kit.preview.now.washingtonpost.com
wpds-ui-kit-git-main.preview.now.washingtonpost.com

@vercel
Copy link

@vercel vercel bot commented on 0edd183 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wpds-ui-kit-storybook – ./

wpds-ui-kit-storybook-git-main.preview.now.washingtonpost.com
wpds-ui-kit-storybook.preview.now.washingtonpost.com

Please sign in to comment.