Skip to content
Snippets Groups Projects
Unverified Commit 307159cf authored by Christoph Wurst's avatar Christoph Wurst
Browse files

fix capitalization, update authors in package.json

parent 1055ed97
No related branches found
No related tags found
No related merge requests found
{
"name": "mail",
"version": "0.5.3",
"description": "Mail App",
"description": "Mail app",
"main": "mail.js",
"license": "AGPLv3",
"homepage": "https://github.com/owncloud/mail",
......
{
"name": "mail",
"version": "0.5.3",
"description": "Mail App",
"description": "Mail app",
"main": "index.js",
"directories": {
"test": "tests"
......@@ -17,7 +17,7 @@
"keywords": [
"mail"
],
"author": "Thomas Müller and others",
"author": "Christoph Wurst, Thomas Müller, Jan-Christoph Borchardt, Steffen Lindner and many more …",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/owncloud/mail/issues"
......
......@@ -5,7 +5,7 @@
timeoutForMediumTests="900"
timeoutForLargeTests="900"
>
<testsuite name='Mail App Tests'>
<testsuite name='Mail app tests'>
<directory suffix='test.php'>.</directory>
</testsuite>
<!-- filters for code coverage -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment