Skip to content

Commit

Permalink
build(app): fix email field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Apr 13, 2023
1 parent 7c82d0d commit 827863a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"license": "MIT",
"author": {
"name": "Stefan Münnich",
"email": "<[email protected]>"
"email": "[email protected]"
},
"contributors": [
{
"name": "Stefan Münnich",
"email": "<[email protected]>"
"email": "[email protected]"
},
{
"name": "vanBithoven",
"email": "<86300228+vanBithoven@users.noreply.github.com>"
"name": "masthom",
"email": "53256309+masthom@users.noreply.github.com"
},
{
"name": "masthom",
"email": "<53256309+masthom@users.noreply.github.com>"
"name": "vanBithoven",
"email": "86300228+vanBithoven@users.noreply.github.com"
},
{
"name": "AMWilke",
"email": "<[email protected]>"
"email": "[email protected]"
}
],
"description": "Prototype Web Application for the Online Edition of the Anton Webern Gesamtausgabe (Musicological Seminar of the University of Basel)",
Expand Down

0 comments on commit 827863a

Please sign in to comment.