-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(app): fix email field in package.json
- Loading branch information
1 parent
7c82d0d
commit 827863a
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -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)", | ||
|