Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2014-01-16 03:10:04 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-01-16 03:10:04 +0400
commita1dd14bd8536f8286f3251ced54075ce2c17409a (patch)
tree23d4bead48773ef01ef22c17e8c8015baa1b439b /plugins/ExamplePlugin/plugin.json
parente4368857f4ae07658ebbc3fadce21aaf7453a2b1 (diff)
added author in plugin.json as it is required field
Diffstat (limited to 'plugins/ExamplePlugin/plugin.json')
-rw-r--r--plugins/ExamplePlugin/plugin.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/plugin.json b/plugins/ExamplePlugin/plugin.json
index b37e3ab8cc..f8921bbc7d 100644
--- a/plugins/ExamplePlugin/plugin.json
+++ b/plugins/ExamplePlugin/plugin.json
@@ -2,5 +2,12 @@
"name": "ExamplePlugin",
"version": "0.1.0",
"description": "ExampleDescription",
- "theme": false
+ "theme": false,
+ "authors": [
+ {
+ "name": "Your name here",
+ "email": "",
+ "homepage": ""
+ }
+ ]
} \ No newline at end of file