Skip to content

Commit

Permalink
chore: update authors before release of 1.0.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EvanHahn committed Sep 12, 2024
1 parent 8781d03 commit 31dadf6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@
"url": "git+https://github.com/digidem/mapeo-core.git"
},
"authors": [
"Karissa McKelvey",
"Gregor MacLennan",
"noffle"
"Andrew Chou <[email protected]>",
"Evan Hahn <[email protected]>",
"Gregor MacLennan <[email protected]>",
"Seth Vincent",
"Tomás Ciccola <[email protected]>"
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 31dadf6

Please sign in to comment.