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

chore: update authors before release of 1.0.0 #826

Merged
merged 1 commit into from
Sep 12, 2024
Merged

chore: update authors before release of 1.0.0 #826

merged 1 commit into from
Sep 12, 2024

Conversation

EvanHahn
Copy link
Contributor

This updates the authors field of package.json.

To do this, I found 2e08a86, the commit where we reset the repo. Then, I ran this to get the unique authors:

git log 2e08a868f38237fc192101c8aeed4d660918121b~1.. --format=%an | sort -u

I cleaned that up a bit and dumped it here.

This updates the `authors` field of package.json.

To do this, I found 2e08a86, the commit
where we reset the repo. Then, I ran this to get the unique authors:

   git log 2e08a86~1.. --format=%an | sort -u

I cleaned that up a bit and dumped it here.
@EvanHahn EvanHahn added mvp Requirement for MVP ok to merge for me labels Sep 12, 2024
@EvanHahn EvanHahn merged commit ba1d75d into main Sep 12, 2024
7 checks passed
@EvanHahn EvanHahn deleted the authors branch September 12, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mvp Requirement for MVP ok to merge for me
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants